5,031 Posted Topics

Member Avatar for SimonIoa

@SimonIoa can we please keep discussion to single thread??? As I said in other thread I would not recommend Flash based appplication as it is not supported by Android neither iPhone. However you can do HTML 5, CSS and JavaScript and use stuff like [cordova](http://cordova.apache.org/) which should help you to …

Member Avatar for SimonIoa
0
200
Member Avatar for SimonIoa
Member Avatar for peter_budo
0
193
Member Avatar for Wei_3

>[Path to my cobertura\cobertura-2.0.3-sources.jar] Shouldn't that be cobertura/cobertura-2.0.3-sources.jar Slash between Windows and Linux are not the same BTW, why aren't you using Gradle or even Maven. Ant is horrible (in my opinion)

Member Avatar for peter_budo
0
114
Member Avatar for Wei_3
Member Avatar for durrat

>"App has stopped working" That message is what Androd OS throws at user so he knows something went wrong instead of application disapearing without any apparent reason. You should as developer know there is [logcat](http://developer.android.com/tools/help/logcat.html) that gives actual reason with details of what happend.

Member Avatar for Dhiru_1
0
2K
Member Avatar for vijay90kk

Do provide evidence of having done some work yourself if posting questions from school or work assignments I suggest you read forum rules, [here](https://www.daniweb.com/community/rules). We are not here to do your job or homework. You did not provide proper problem description just few random words that hardly make any sense. …

Member Avatar for peter_budo
0
116
Member Avatar for JohCarlo

Do you have this in your pom file? <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc14</artifactId> <version>10.2.0.4.0</version> </dependency> If yes, then run your build with `-e` flag to get more info and post it back

Member Avatar for peter_budo
0
3K
Member Avatar for sash89

> if anyone could help me to solve the issue here What issue? You just uploaded large chunk of code that cannot be compiled because resources are missing and you did not mentioned any errors or problems that you are having

Member Avatar for peter_budo
0
192
Member Avatar for lionburn50

[QUOTE=antakos;596265]please help![/QUOTE] Post your code, we are not mind readers to find out where is problem in code you writing

Member Avatar for Squiva
0
2K
Member Avatar for hardikpatel

Free library as [URL="http://itextsharp.sourceforge.net/"]iText[/URL] is another option

Member Avatar for Select_1
0
609
Member Avatar for Amenda.St

To add up on previous replies, you may want to check if they have resources for developers or API that is publicly accessible. example this forum has API https://www.daniweb.com/api/documentation#fetch-articles where you can get JSON of all forums https://www.daniweb.com/api/forums If not check also loading of resources from browser consoleoften if you …

Member Avatar for peter_budo
0
255
Member Avatar for prem2

[QUOTE=prem2;1599107] Step 2: vi .bash_profile export JAVA_HOME=/usr/bin/java export PATH=$PATH:/usr/bin/java [/QUOTE] [code] export JAVA_HOME=/usr/lib/java export PATH=$JAVA_HOME/bin:$PATH[/code] BTW are you sure about that java directory, don't know how fedora but ubuntu comes with version number

Member Avatar for sepp2k
0
2K
Member Avatar for savani
Member Avatar for jakes09

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 to DB as it is bad practice because it is data and time consuming

Member Avatar for peter_budo
0
52
Member Avatar for Transcendent

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 refrences to R class are resolved fine)

Member Avatar for peter_budo
0
64
Member Avatar for Transcendent

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 > debug > YOUR_PACKAGE_NAME > R.java

Member Avatar for peter_budo
0
92
Member Avatar for VernonDozier

I think your command is in wrong order. Following works for me [code]mysql -u username DB_NAME < mysql_fix_privilege_tables.sql -p[/code] Once I execute command I'm asked for password which I type in and job is done.

Member Avatar for Nishant_3
0
3K
Member Avatar for gretty

You better to check out some other projects because above code is just very small portion of big idea, google [URL="http://www.google.co.uk/#hl=en&source=hp&biw=1776&bih=875&q=java+html+parser&aq=0&aqi=g10&aql=&oq=java+html+&gs_rfai=&fp=2681f0dd6d9da3e6"]results here[/URL]

Member Avatar for olupotd
0
201
Member Avatar for jalpesh_007

You need to run your music as servive, you can see example here http://developer.android.com/guide/topics/media/mediaplayer.html#mpandservices

Member Avatar for jalpesh_007
0
5K
Member Avatar for dany12

@elsunhoty you better read [forum rules](http://www.daniweb.com/community/rules) specially > Do not ask about obtaining pirated software, nor link to it @dany12 [Starting "Java" ](http://www.daniweb.com/software-development/java/threads/99132/starting-java-java-tutorials-resources-faq) on top this section is full of valuable input

Member Avatar for stultuske
0
245
Member Avatar for ~s.o.s~
Member Avatar for ~s.o.s~
46
6K
Member Avatar for Littlen

Welcome to daniweb divs.cse! There are many links you can find on google if you can make time to search for them. For example [URL="http://webdev.sis.pitt.edu/st/crypto_libs/crypto3.htm"]webdev.sis.pitt.edu[/URL], [URL="http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html"]Java Cryptography Extension (JCE)[/URL] or bouncy castle on [URL="http://www.mobilefish.com/developer/bouncycastle/bouncycastle.html"]mobilefish.com[/URL] and many other rest of [URL="http://www.google.co.uk/search?hl=en&q=java+AES+Shared+secret+tutorial&btnG=Google+Search&meta="]google search[/URL]. These should get you some start... Also for the …

Member Avatar for avinashsdz
0
308
Member Avatar for Hongero

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 will help you

Member Avatar for JamesCherrill
-2
197
Member Avatar for Hongero

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 will help you

Member Avatar for peter_budo
-2
137
Member Avatar for cafegeo

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 developers are adviced to avoid it in mobile sites as they loose functionality/features if they

Member Avatar for Traevel
0
277
Member Avatar for khess

Get game developers to provide support for latest games on Unix and you will gain even greater numbers

Member Avatar for rubberman
0
703
Member Avatar for belal_2

* Create custom listener * Register listener with component to receive update info * Call listener on touch and pass data to be received by listeneing component

Member Avatar for peter_budo
0
207
Member Avatar for amita_1
Member Avatar for Stuart_3

[SharedPreferences](http://developer.android.com/guide/topics/data/data-storage.html#pref) is the simplest way to persist your app changes

Member Avatar for peter_budo
0
142
Member Avatar for Tycellent

Just checkout [Starting "Java" [Java tutorials / resources / faq]](https://www.daniweb.com/software-development/java/threads/99132/starting-java-java-tutorials-resources-faq)

Member Avatar for Tycellent
0
181
Member Avatar for Devikala

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 should not be adding these again.

Member Avatar for peter_budo
0
171
Member Avatar for sammygreat1234

You searching wrong name it is DCentral 1 by John McAfee. Secondly your question is very generic...

Member Avatar for peter_budo
0
59
Member Avatar for srikanth2321

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

Member Avatar for Richard_21
0
264
Member Avatar for haze man

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

Member Avatar for peter_budo
0
361
Member Avatar for ravi142

Google Play Console - https://play.google.com/apps/publish/ App Store - https://developer.apple.com/app-store/

Member Avatar for peter_budo
0
168
Member Avatar for androiddev

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 create/edit it so it has at least 2GB. You should also make sure that you are using Intel images for …

Member Avatar for peter_budo
0
315
Member Avatar for KymDervy

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 is using Java Microedition which is sort of dead since 2008/2009

Member Avatar for peter_budo
0
78
Member Avatar for sushmaja.arumalla.9

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

Member Avatar for peter_budo
0
212
Member Avatar for kazek

Did you read this yet? [URL="http://www.excelsior-usa.com/articles/java-to-exe.html"]Convert Java to EXE - Why, When, When Not and How[/URL] PS: If you so "hot" to get your application in EXE format, why don't you pay for the software. Then you will not deal with trial version and people that spent their time to …

Member Avatar for stultuske
0
5K
Member Avatar for lena1990

Obviously start with reconding, decide on encryption and how each side will verify the other side, encrypt data and send chunks of it

Member Avatar for lena1990
0
127
Member Avatar for Benjamin_4

Who ever designed your design has no idea about design for mobile devices. To have tabs inside tabs would be just stupid. Instead you should use navigational drawer to show set of options (first set of tabs) and on selection from here you show in main view appropriate set of …

Member Avatar for peter_budo
0
80
Member Avatar for Stefce

@donnasander you been close it is Java however it is manipulating AWT that is not part of Android framework @Stefan_1 have look on this article from stackoverflow should help you http://stackoverflow.com/questions/17826358/drag-and-move-a-circle-drawn-on-canvas

Member Avatar for peter_budo
0
2K
Member Avatar for MaheshChaterjee
Member Avatar for peter_budo
0
50
Member Avatar for umair jameel

**Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments

Member Avatar for peter_budo
-1
157
Member Avatar for umair jameel

**Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments

Member Avatar for peter_budo
0
88
Member Avatar for umair jameel

**Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments

Member Avatar for peter_budo
0
191
Member Avatar for castajiz_2

Without any actual error people are not gone be able to help you. Also please make sure you folleoded instructions how to deploy to device and that device is registered http://goo.gl/TPK2uU (I had to use google url shortener as daniweb formatting did not liked msdn url format)

Member Avatar for castajiz_2
0
221
Member Avatar for Yimeng

Have look at this blog http://mobiarch.wordpress.com/2012/07/20/pausing-and-resuming-background-work-in-android/

Member Avatar for peter_budo
0
647
Member Avatar for philpense
Member Avatar for peter_budo
0
93
Member Avatar for thuyson

Well either you posted wrong code piece or you did not implemented this yet and trying to trick us in doing your work. Either way there is no send button and no action associated with it to do what you ask to do

Member Avatar for peter_budo
0
194

The End.