5,031 Posted Topics
Re: 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 … | |
Re: Have you read http://developer.android.com/guide/practices/screens_support.html ? What is your setup for resources? | |
Re: did you had a look what is reported in log? "/xampp/apache/logs/error.log" | |
Re: 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 | |
Re: 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 | |
| |
Re: [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 … | |
Re: What this has to do with mobile development? | |
Re: 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] | |
Re: 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 | |
Re: 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, … | |
Re: 1) You need to post full stacktrace of the error not single line you provided above 2) new Intent need start with context `getContext()` | |
Re: [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 … | |
Re: There is no such component in Android such as GifWebView.SO you better ask whereever you found this... | |
Re: @arronlee another link to your website and it will be ban | |
Re: @arronlee you just bumped 2 years old thread, with C# link to comercial product. I would not recommend to do it again. | |
Re: 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 | |
Re: You may consider using [JSOUP](http://jsoup.org/) library for parsing html. Better then doing "by hand" | |
Re: 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) | |
Re: 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) | |
Re: @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 | |
Re: Forum rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments | |
Re: Netbeans have reasonably good and up-to-date [tutorials](https://netbeans.org/kb/docs/web/quickstart-webapps.html) | |
Re: @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 … | |
![]() | Re: It would be beneficial to other users to give quick explanation how you solved issue instead of just closing. Don't you think? |
Re: Encaupsulate radio buttons with radio group, that is radio group purpose | |
Re: Post whole error not portion and maybe someone may help you... | |
Re: > It's showing 2 errors at br.readLine() Because line 11 and 13 are supposed to be `br.readLine()` where you have `br.readline` | |
Re: 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 | |
Re: 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. | |
Re: 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 … | |
Re: Closing thread getting attention of people who are not willing to pay for study materials as they should! | |
Re: 1) Force landscape layout 2) Redisign your portrait layout | |
Re: [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... | |
Re: There is no error on compile, it is running, so far didn't seen bug reported by you ;) | |
Re: 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 … | |
Re: 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; … | |
Re: 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/) | |
Re: 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). | |
Re: You better contact author of that library as he is more likely to provide yu with faster reply http://baijs.nl/tinyscrollbar/ | |
Re: Read this [URL="http://www.daniweb.com/forums/post1043097.html#post1043097"]reply[/URL] | |
Re: @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. | |
Re: `TextView.setText(SOME_TEXT_HERE)` what is difficult about that? | |
Re: 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... | |
Re: 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 … | |
Re: >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 … | |
Re: Can you post code for both activities? From above it is not clear what is happening inside app | |
Re: Commercial product with licence in thousand pounds, bahh! If you wish to provide link to library then post good open source not comercial stuff... | |
Re: [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 … | |
Re: [Consuming a web service from a J2ME midlet](http://www.youtube.com/watch?v=3H9AI6ru7R8) |
The End.