-
Replied To a Post in connect android qlite database to an oracle database server at the remote
Android app > send HTTP request (GET/POST/PUT/DELETE) > server listen for REST request > server ask DB for data > server sends reply. Do not try to do direct connect … -
Began Watching Where is the R file in Eclipse IDE? How can I find it or generate it?
I have a book that is using eclipse but I can't find the R.java file in eclipse -
Replied To a Post in Where is the R file in Eclipse IDE? How can I find it or generate it?
Project > Clean but I have no idea where R class will be stored. (1. I hate Eclipse, 2. no need to know where is R located only that my … -
Began Watching Google map android api v2 application crashes
I am using Eclipse helios and Android 4.1.2 i have followed the following documentation https://docs.google.com/document/pub?id=19nQzvKP-CVLd7_VrpwnHfl-AE9fjbJySowONZZtNHzw and done the coding exactly as described in tutorial.when i run my app on emulator … -
Replied To a Post in Google map android api v2 application crashes
You have duplicate id in some XML layout, mostlikely the one where you showing map fragment -
Began Watching Where is the R file in Android Studio?
Where is the R file in Android Studio? How can I find it or generate it? I have a book that is using eclipse but I want to use android … -
Replied To a Post in Where is the R file in Android Studio?
Generate you need to build Build > Rebuild Project You will then find R class under your project module (most often called app), build > generated > source > r … -
Edited Can't install Flash Builder for PHP
i have formatted my pc i am trying to install Flash Builder again and i am getting an error. Installer User Inteface Mode not supported. The installer cannot run in … -
Edited Problem with AES encryption in J2ME
Hi all, Im trying to create an AES Shared secret to encrypt and decrypt a message in J2ME. Ive already tried this code in J2SS and it works fine but … -
Began Watching solve this
Based on types of riding bicycles can be classified into different categories such as Touring bike, Mountain bike, cruising bike and so on. Though there are different bicycles there are … -
Replied To a Post in solve this
Daniweb rules says > Do provide evidence of having done some work yourself if posting questions from school or work assignments So post what you wrote so far and maybe … -
Began Watching help me to write the following java program
Give definition of two classes, Customer and Seller, whose objects are records for a Sale. Customer and seller will be derived from the Person class with member variable for Person’s … -
Replied To a Post in help me to write the following java program
Daniweb rules says > Do provide evidence of having done some work yourself if posting questions from school or work assignments So post what you wrote so far and maybe … -
Began Watching Places to learn gui java
How can I learn GUI java? I've been having some problems with places to learn. Can anybody reccomend a source? -
Replied To a Post in Places to learn gui java
Top of Java section thread created by James [Java projects for learners](https://www.daniweb.com/software-development/java/threads/430542/java-projects-for-learners) pick any project from there, provide UI and post it here if you have any problems. I'm sure … -
Began Watching HTML5 Javascript pop-up not working in mobile mode.
Hello everyone, I have a page written in HTML5 which atuomatically resizes the page when used on different devices. I also have a menu which goes from a drop down … -
Replied To a Post in HTML5 Javascript pop-up not working in mobile mode.
JavaScript is disabled by default on devices for last 2 years(you can enable it, but you will get warning that it is not advicable to do so). Therefore web site … -
Began Watching how to continue to play music on different activity
hello all, I am working on android project. i have started background music in one of my activity named"myMainScreen.java" now on that activity i have put one button. while clicking … -
Replied To a Post in how to continue to play music on different activity
You need to run your music as servive, you can see example here http://developer.android.com/guide/topics/media/mediaplayer.html#mpandservices -
Edited java 2 SE programs not run with servlets
hello!I install tomcat server and set CLASSPATH variable `servlet-api` and my servlets running properly but when i compile and run my old program program of `java 2 SE` then it … -
Edited Unable to scan WEB-INF for JAX-RS annotations, you must manually register y
Hi Friends, I have tomcat 7 and eclipse. My problem is when I start tomcat without war file it starts successfully but when I am Adding my war file by … -
Edited How to insert an image from the web, and text in JLabel to be inserted in J
I'm trying to use this code, but it will only display the image in jtextpane and it does not display the text. JLabel label = new JLabel("<html>some text here<img src='http://www.yoursie.com/image.jpg'></html>"); … -
Began Watching How to call an event in main activity fro other class?
i am using page view in android and i view in this page viewer an images. so i want to make event for on click. however, i call the image … -
Replied To a Post in How to call an event in main activity fro other class?
* Create custom listener * Register listener with component to receive update info * Call listener on touch and pass data to be received by listeneing component -
Edited What is a Google Tag Manager
Google Tag Manager is easy, free, and reliable. It gives marketers greater flexibility, and it lets webmasters relax and focus on other important tasks. Here are a few answers and … -
Began Watching Question about onSaveInstanceState and onRestoreInstanceState for changng
Hello, sorry to bother you but I have ran into another small problem that I can't figure out. I've watched tutorials, browsed stackoverflow and googled it and still can't get … -
Replied To a Post in Question about onSaveInstanceState and onRestoreInstanceState for changng
[SharedPreferences](http://developer.android.com/guide/topics/data/data-storage.html#pref) is the simplest way to persist your app changes -
Began Watching Java Books
Hey Guys, Really want to learn Java and hope you guys could recommended some Beginner, Intermediate and Expert books/resources (e.g. websites) As of this moment i'm thinking of... Beginner: Java … -
Replied To a Post in Java Books
Just checkout [Starting "Java" [Java tutorials / resources / faq]](https://www.daniweb.com/software-development/java/threads/99132/starting-java-java-tutorials-resources-faq) -
Began Watching Maven - Running a package should build dependency packages as well in maven
Hi All, In my project i have multiple packages. And one package can have other packages as dependencies. And each packages were having their own pom.xml which contains the dependency … -
Replied To a Post in Maven - Running a package should build dependency packages as well in maven
Without seeing actual poms it is hard to advice. Nevertheless Maven shoul dbe warning you about double imports of same package, given that project A needs B and C you … -
Began Watching DCENTRAL1 Overview
Hi Programmers, Please your contribution would be appreciated, am working on my school project, i would like anyone with basic idea of DCentral1 by John Mcfee to help with any … -
Replied To a Post in DCENTRAL1 Overview
You searching wrong name it is DCentral 1 by John McAfee. Secondly your question is very generic... -
Edited Problem with AES encryption in J2ME
Hi all, Im trying to create an AES Shared secret to encrypt and decrypt a message in J2ME. Ive already tried this code in J2SS and it works fine but … -
Began Watching Android Navigation Drawer
Hi guys, I am pretty new here and with android development. I have created my first app and am looking to expand on it and add some more style to … -
Replied To a Post in Android Navigation Drawer
Android documentation is your friend http://developer.android.com/training/implementing-navigation/nav-drawer.html besides code snippets you can also download whole working sample and examinate it in your own time -
Began Watching Store Google Play and iTunes
Hello New One in App Developement I need information about.. I want to make Store account in both Google Play and iTunes for hosting of my application so any cost … -
Replied To a Post in Store Google Play and iTunes
Google Play Console - https://play.google.com/apps/publish/ App Store - https://developer.apple.com/app-store/ -
Began Watching android app does not start on emulator
Hello, Could anyone help please on the next topic? My android app does not start on emulator. it gets stuck on this step "Starting activity com..MainActivity on device emulator-5554" package … -
Replied To a Post in android app does not start on emulator
Emulator is notoriously slow and developers avoid it and use real device. Your machine should have more 8GB of RAM so you can assign extra memory for emulator when you … -
Began Watching Passing javascript to WebService
how can I sent value to JSP by javascript? I want to sent latitude and longitude parameters to JSP <body> <button onclick="getLocation()">click</button> <script> function getLocation() { if (navigator.geolocation) navigator.geolocation.getCurrentPosition(displayLocation); else … -
Replied To a Post in Passing javascript to WebService
Or even better learn Wicket framework -
Began Watching RE: Java LG U900 Phone Update
Using Java is it possible to upgrade LG U900 version to accomodated some common applications like whatsup? Can its RAM be upgraded? Thanks guys -
Replied To a Post in RE: Java LG U900 Phone Update
This is not Android/iOS/Windows phone with regular operating system update. You should check LG site for [updates](http://www.lg.com/uk/support-mobile/lg-U900), but there is no guaranty it will lead to Java update since device … -
Began Watching JSON to JAVA class
Hi,, I have a json file and I would like to convert it into java class. The main aim is to create a dynamic interface from the JSON file. I … -
Replied To a Post in JSON to JAVA class
Never heard of such think. You can map JSON to Java class with GSON or Jackson, but these are mapped to specific parameter of JSON -
Began Watching Load dropdowns dynamically based on previous selection
I'm new to mobile development. I'm using html5,php,cordova,phonegap for the development of mobile application. I have done everything which i need.But i need to populate the dropdowns dynamically based on … -
Replied To a Post in Load dropdowns dynamically based on previous selection
Sorry I would suggest to ask directly on cordova mailing list, because as far I'm aware there is nobody here with interest of Android apps through 3rd party libraries -
Edited Error Running JUnit Test cases through build
Hi, I am getting below error when I run the Junit test causes throught build though i have set classpath of all http jars in build xml file org/apache/http/conn/ssl/TrustStrategy java.lang.NoClassDefFoundError: … -
Began Watching Secure voice encryption
hi all, i want to create an application that transmit voice in a sequre way i have read a lot of information about this subject but i have no idea …
The End.