5,031 Posted Topics

Member Avatar for engrjd91

Do not mix up web development approach with mobile approach. Connectivity is your constrain. There are no guaranies that you wi-fi connection on mobile internet will be fast enough as to instantly query remove service. Either allow for time delay while querying remote service, or work with sub-set of existing …

Member Avatar for peter_budo
0
164
Member Avatar for cool_zephyr

Have you read http://developer.android.com/guide/practices/screens_support.html ? What is your setup for resources?

Member Avatar for cool_zephyr
0
129
Member Avatar for dharshini.anandakumar
Member Avatar for Chamara_1
0
848
Member Avatar for chrisschristou

You better to rephrase your question otherwise it does falls under > Do provide evidence of having done some work yourself if posting questions from school or work assignments

Member Avatar for peter_budo
0
170
Member Avatar for ezekel

You can't communicate with localhost as Android is unable to resolve it. If you can get your server on proper internet recognised IP then you HttpClient provided by Android SDK or any of the http libraries

Member Avatar for peter_budo
0
95
Member Avatar for aditya81
Member Avatar for g.prabu

[QUOTE=slakshmi;958178]I got my B.tech(computer science)with first class. i have good knowledge in oracle 9i,sql,pl/sql basics. i am searching for a job.i dont have experience. Please any one help me to have good job to start my career.[/QUOTE] Another to adds to millions waiting for their dream job landing in their …

Member Avatar for Pradeep24
0
423
Member Avatar for nabilchampion
Member Avatar for coervivekmca

Read Tomcat documentation for [URL="http://tomcat.apache.org/tomcat-7.0-doc/setup.html"]Setup[/URL] and [URL="http://tomcat.apache.org/tomcat-7.0-doc/appdev/index.html"]First web application[/URL]

Member Avatar for stultuske
0
198
Member Avatar for rgkrish183

I will suggest to read [JSP database connectivity according to Model View Controller (MVC) Model 2](http://www.daniweb.com/web-development/jsp/threads/141776/jsp-database-connectivity-according-to-model-view-controller-mvc-model-2) 5 years old post but still a must read for people that insist on code with scriplets

Member Avatar for peter_budo
0
407
Member Avatar for Santosh_5

Why would you want to do such horrible think as on button click add another spinner? That is how websites works when you are searching for a product for example. In Android we do reuse views when need it and this is excellent example. Let user select whatever he wants, …

Member Avatar for peter_budo
0
1K
Member Avatar for Rasool Ahmed

1) You need to post full stacktrace of the error not single line you provided above 2) new Intent need start with context `getContext()`

Member Avatar for jonese068
0
3K
Member Avatar for daniweb2013

[QUOTE=Me_Nit;1035167]Don't worry. u r not writing world's *FIRST* compiler. u can use VC++, Dev-C++, Borland, .Net, Java, or any other language that can process text and can call OS API's 2 write ur compiler.[/QUOTE] Don't you think it is awkward to write reply for post over 2 years old where …

Member Avatar for LordoDeGrim
0
752
Member Avatar for mln_ndh

There is no such component in Android such as GifWebView.SO you better ask whereever you found this...

Member Avatar for peter_budo
0
164
Member Avatar for androidf
Member Avatar for jeypijeypi

@arronlee you just bumped 2 years old thread, with C# link to comercial product. I would not recommend to do it again.

Member Avatar for peter_budo
0
2K
Member Avatar for Cherry Oo

Top of Java section [Java projects for learners](http://www.daniweb.com/software-development/java/threads/430542/java-projects-for-learners) just wondering how you missed that

Member Avatar for peter_budo
0
54
Member Avatar for ngonix

You may consider using [JSOUP](http://jsoup.org/) library for parsing html. Better then doing "by hand"

Member Avatar for peter_budo
0
13K
Member Avatar for sash_kp

Any reason you are not using [CursorAdapter](http://developer.android.com/reference/android/widget/CursorAdapter.html)? Vogella has nice tutorial with [SimpleCursorAdapter](http://www.vogella.com/tutorials/AndroidSQLite/article.html)

Member Avatar for peter_budo
0
2K
Member Avatar for tadejbo

I'm missing your point. You talk about developing Android app and then jumps on 3rd party frameworks. You want Android SDK then download from [here](http://developer.android.com/sdk/index.html)

Member Avatar for Rick_Daniels
0
253
Member Avatar for Ersin

@bCubed you sure your link is valuable? > Learn Java Tutorial 1.4- Using the while loop to bark for awhile.. I would call it way out of date given Java 6 is slowly replaced by Java 7 and Java 8 is just behind corner

Member Avatar for JamesCherrill
0
146
Member Avatar for thing2

Forum rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments

Member Avatar for peter_budo
0
119
Member Avatar for Twee Nguyen

Netbeans have reasonably good and up-to-date [tutorials](https://netbeans.org/kb/docs/web/quickstart-webapps.html)

Member Avatar for peter_budo
0
249
Member Avatar for CoilFyzx

@cool_zephyr I will say it is everyone personal opinion/preference how to proceed. Because as to your recommendation I can say "why to bother with file read/write logic when there is already database connectivity?" @CoilFyzx it is difficult to give deceisive answer without knowing more about functionality of your application. 1st …

Member Avatar for CoilFyzx
0
408
Member Avatar for mussdroid

It would be beneficial to other users to give quick explanation how you solved issue instead of just closing. Don't you think?

Member Avatar for peter_budo
0
121
Member Avatar for engrjd91
Member Avatar for HeartVirusSC_1
0
699
Member Avatar for bhanu1607
Member Avatar for 2384443

> It's showing 2 errors at br.readLine() Because line 11 and 13 are supposed to be `br.readLine()` where you have `br.readline`

Member Avatar for JamesCherrill
0
212
Member Avatar for myclass

The whole 4 and above is Jelly Bean, and version are backward compatible so you do not have to anything. It is different story if you want to get new stuff on old version, classic examples are ActionBar and Fragments

Member Avatar for rubberman
0
161
Member Avatar for umair jameel

BTW you should be using Java 1.6 as that what Android SDK is build with as there are some issues when using 1.7 It will work fine with simple apps but when you get to point that you need reflection and casting you may run into issues.

Member Avatar for peter_budo
0
129
Member Avatar for pritaeas

pritaeas any specific reason why you want to use 3rd party library that is mix of HTML5 and Ajax instead of native Android code base? Both frameworks will be always slower then native code, they are more likely introduce various bugs, and they always behind current Android development. As for …

Member Avatar for pritaeas
0
471
Member Avatar for simmi jain

Closing thread getting attention of people who are not willing to pay for study materials as they should!

Member Avatar for pritaeas
0
425
Member Avatar for bilal.saim
Member Avatar for Graphix

[QUOTE=neekia;1663153]Will this work in Netbeans IDE? I really don't know how to input your code using netbeans>.<[/QUOTE] That's good, at least you cannot submit it as your own work...

Member Avatar for JamesCherrill
2
4K
Member Avatar for sciwizeh

There is no error on compile, it is running, so far didn't seen bug reported by you ;)

Member Avatar for sciwizeh
2
858
Member Avatar for akmallaa

From your device sent HTTP request (GET/POST) to server. Server process the request and fetches data for you, transfers data to JSON format and send it as reply that you should be able to use. Server side technology can be anything like PHP, Java servlets etc, that is capable of …

Member Avatar for peter_budo
0
572
Member Avatar for thorin

Just for benefits of community here is sample {name: "peter_budo", userGroup: ["user", "moderator"]} For this you would require class something like this public class User { @SerializedName("name") private String name; @SerializedName("userGroup") private List<String> userGroups = new ArrayList<String>(); public String getName() { return name; } public List<String> getUserGroups() { return userGroups; …

Member Avatar for peter_budo
0
500
Member Avatar for daniel_14

Well you want to display some info on your GUI. Therefore you need to provide it with some data through your constructor, or make setter methods to set label and text area If not clear you better read some book or [Oracle tutorial](http://docs.oracle.com/javase/tutorial/uiswing/)

Member Avatar for JamesCherrill
0
205
Member Avatar for Mallika_P

Not standard Android error, guess Cordova is behind with support of latest Android OS. You should ask on Cordova [mailing list](http://cordova.apache.org/#mailing-list).

Member Avatar for Mallika_P
0
383
Member Avatar for Mallika_P

You better contact author of that library as he is more likely to provide yu with faster reply http://baijs.nl/tinyscrollbar/

Member Avatar for peter_budo
0
93
Member Avatar for paichow
Member Avatar for stultuske
0
3K
Member Avatar for extemer

@extemer 1. How many time you need to be told not to start multiple thread for same question? 2. As always your question is very vague and unclear what you trying to achieve.

Member Avatar for NicAx64
0
165
Member Avatar for Master Mascus
Member Avatar for mustafaneguib
0
265
Member Avatar for hulkishungry

Well you will need to show at least 2 UI components main text area where game would display info and an input field to get user input for decisions in the game. Wouldn't you...

Member Avatar for mustafaneguib
0
255
Member Avatar for jrosh

Sorry @jrosh but that is not have the forum works "I have problem here is all the crap, deal with it for me because I cannot be bothered". Just because you show some link it doesn't mean you provided evidence of some work as per rules > Do provide evidence …

Member Avatar for jrosh
0
134
Member Avatar for ghfeyn

>is it possible to type in a class as a .txt file and then print out: You better explain what you mean by this. To help you here is few examples [LIST] [*]get user input from console and then store it in file [*]get user input through some Swing components …

Member Avatar for JamesCherrill
0
6K
Member Avatar for CitySlickaMr
Member Avatar for CitySlickaMr
0
757
Member Avatar for hbhatti18

Commercial product with licence in thousand pounds, bahh! If you wish to provide link to library then post good open source not comercial stuff...

Member Avatar for arronlee
0
635
Member Avatar for anuj_sharma

[QUOTE=Shanti Chepuru;693834]For web development , dotNet is the best.....[/quote] Disagree, [B]JAVA FOR THE WIN ! ! ![/B] [QUOTE=Shanti Chepuru;693834]It is now open source so does not depend on Sun alone anymore.[/quote]It was always open source as that was the idea for whole time unlike Microsoft products that are still very …

Member Avatar for rumisa
0
343
Member Avatar for karimun.jersey

[Consuming a web service from a J2ME midlet](http://www.youtube.com/watch?v=3H9AI6ru7R8)

Member Avatar for peter_budo
0
97

The End.