5,031 Posted Topics

Member Avatar for Kewne

What you are looking is emulator that is part JME 3.0 SDK or with custom SDK of manufacturers. You can find links in [this post](http://www.daniweb.com/software-development/mobile-development/threads/302854/starting-mobile-development-sdk-tutorials-resources-faq) (some may be little out of date)

Member Avatar for peter_budo
0
207
Member Avatar for bilal_afzal
Member Avatar for peter_budo
0
85
Member Avatar for albiestorm

[Google Analytics](http://www.google.co.uk/analytics/) also you can learn some stuff from [Google Webmaster Tools](http://www.google.com/webmasters/tools)

Member Avatar for AbhijeetAtechnocrat
0
448
Member Avatar for pooja.singh.3950
Re: code

[Member rules](http://www.daniweb.com/community/rules) - Keep It Organized : Do provide evidence of having done some work yourself if posting questions from school or work assignments

Member Avatar for Ene Uran
-1
174
Member Avatar for sandeepbhatia

> Its not showing apache servers.... You failed to reply to tux4life question. Which [Eclipse download](http://www.eclipse.org/downloads/) option did you used. If you didn't used Eclipse IDE for Java EE Developers you wouldn't find option to add server

Member Avatar for peter_budo
0
136
Member Avatar for agca

Follow [Integrating Felix with NetBeans](http://felix.apache.org/site/integrating-felix-with-netbeans.html) and then add as need it stuff from [Apache Felix OSGi Tutorial](http://felix.apache.org/site/apache-felix-osgi-tutorial.html) PS: Binding your slef to IDE is bad appraoch, IDE is only tool to help you to manage project, not tool to solve your problem...

Member Avatar for agca
0
227
Member Avatar for Armanious

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

Member Avatar for Armanious
0
216
Member Avatar for matan2t

You better create your tables with appropriate charset parameters something along the line of CREATE TABLE IF NOT EXISTS `test` ( `id` int(10) NOT NULL, `name` varchar(10) collate utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Member Avatar for matan2t
0
670
Member Avatar for harinath_2007

If you do not want to use emulator and you do not want to rewrite it to Java you cannot because your pc wouldn't understand in which order to run steps and how to handle stuff comming from or requested by apk

Member Avatar for harinath_2007
0
123
Member Avatar for myethan
Member Avatar for stultuske
0
76
Member Avatar for chandub

Time to learn difference between JSP (Java Server Pages) and JS(JavaScript). Post moved to Java Script section

Member Avatar for peter_budo
0
128
Member Avatar for dwivid

Have look at http://docs.oracle.com/javaee/5/tutorial/doc/bnagx.html

Member Avatar for papercupmachine
0
128
Member Avatar for dharmil007

Check GlassFish log folder for log file and check for full error description. However from above it does look like you are requesting page doesn't exists, in many case type in name

Member Avatar for subramanya.vl
0
3K
Member Avatar for Samanthaa

1.) Having two operating systems in dual boot has no effect on pc performanc (only if you would run virtual machine over other OS) 2.) You can easily remove Windows partition with help of utils, start reading this https://help.ubuntu.com/10.04/hardware/C/disks.html

Member Avatar for Samanthaa
0
147
Member Avatar for vikarna

@tux why to bother with nasty csv when you can have proper Excel doc? [Apache POI](http://poi.apache.org/spreadsheet/index.html) magic rediscovered :P

Member Avatar for peter_budo
0
2K
Member Avatar for Raypos Amert

Forum rules clearly statets: >Do provide evidence of having done some work yourself if posting questions from school or work assignments So what have you done so far?

Member Avatar for peter_budo
0
53
Member Avatar for freakyboard

Well here is news for you Android is based on Java therefore if there is some process of "encode-decode" it will be Java based. By-the-way I believe you mean encrypt-decrypt since encoding is just saying which set of characters to use sample: UTF-8 You are more then welcome to use …

Member Avatar for peter_budo
0
327
Member Avatar for dksinghcomnez

Why do you start two different post for same discussion topic? Thread closed, please continue discussion [here](http://www.daniweb.com/software-development/java/threads/443635/java-certification)

Member Avatar for peter_budo
0
189
Member Avatar for subramanya.vl

Read [Processing XML with Java](http://cafeconleche.org/books/xmljava/) has plenty of examples dependent only on SAX. PS: Tell who ever said no to 3rd party libraries that he is idiot

Member Avatar for peter_budo
0
131
Member Avatar for odose

Create nested/subquery query, you can read more on that for example on [MySQL](http://dev.mysql.com/doc/refman/5.0/en/subqueries.html)

Member Avatar for peter_budo
0
171
Member Avatar for nitin1

How did you setup Android? What fif you set in AVD device when adding new device? What are your pc specs and OS?

Member Avatar for nitin1
0
151
Member Avatar for LaughingOtter

If you ever did any Java AWT/Swing development Android Activity would be something like your application frame, where Fragment is more like View that you can dynamically swap as need it. Therefore in most cases it does make sense for Activity to be data handling part.

Member Avatar for LaughingOtter
0
78
Member Avatar for emmanuell

If you had posted in correct place on first time you would have seen this thread [Starting mobile development [SDK / tutorials / resources / faq] ](http://www.daniweb.com/software-development/mobile-development/threads/302854/starting-mobile-development-sdk-tutorials-resources-faq) PS: I would discourage to use roseindia as content is not organized at all and it is rip of various books and resources. …

Member Avatar for peter_budo
0
117
Member Avatar for *sharath*

[9 patch image](http://developer.android.com/tools/help/draw9patch.html), mark streching part and you done, Android whatsup application using it...

Member Avatar for *sharath*
0
219
Member Avatar for rarment

I do not see in your query any http request happening you may want to have look at [stackoverflow](http://stackoverflow.com/a/6218563/209574) for example

Member Avatar for peter_budo
0
190
Member Avatar for Ako.si.tootsx

[Android face recognition example](http://lmgtfy.com/?q=android+face+recognition+example) all what you need it

Member Avatar for peter_budo
0
58
Member Avatar for johndy.maghanoy

Why not use ArrayList or other similar Collection that can dynamically change size instead of defined size? Or why do you want to change value to zero and move it to end of array?

Member Avatar for jalpesh_007
0
99
Member Avatar for Cudmore

@touw_22 please create new thread and ask there. At the moment you are hijacking someone else post, similar need doesn't mean same.

Member Avatar for subramanya.vl
1
5K
Member Avatar for <M/>

I do mobile dev but the other side of wall with Android. I like products from JetBrains like IntelliJ IDEA that is for Java and Android development, seen their WebStorm in action which was very nice, so maybe their [AppCode](http://www.jetbrains.com/objc/) could be nice. However only commercial licence available for it

Member Avatar for <M/>
0
180
Member Avatar for jemz

never try it before, but apparently changing properties of UIManager before creating progress bar should work. Something like this [code]UIManager.put("ProgressBar.selectionBackground",Color.BLUE); UIManager.put("ProgressBar.selectionForeground",Color.WHITE); JProgressBar progressBar.....[/code]

Member Avatar for Samanta Goutam
0
8K
Member Avatar for LindaJ

For the database import, before you attempt to import the "flat" file data in, you need go to your local DB (MySQL) and create new database [code=sql]create database DATABASE_NAME;[/code] After that you can import.

Member Avatar for shafi.nce
0
578
Member Avatar for SagarSe7en

@SagarSe7en you wouldn't believe when I tell that most of us are working so can only reply once off work, therefore can not per posters asap demand (sorry for sarcasm, couldn't resist) To add on what _avd already provided I need to remind that data should be stored as BLOB …

Member Avatar for SagarSe7en
0
1K
Member Avatar for happygeek

Off topic: >Firefox os is also on the rise since the mozilla community is one of the largest open source families Guess you failed to count in Apache community

Member Avatar for Galbatorix
0
799
Member Avatar for feoperro
Member Avatar for ChandraSekaranU
0
211
Member Avatar for Dio1080

Justed puted your code between tags so it more readable. Please use them in the future... [code=java]import javax.swing.JOptionPane; public class ComputeTaxWithMethod { public static void main (String [] args) { // Prompt the user to enter filing status String letters = JOptionPane.showInputDialog( "Enter the filing status:"); int status = Integer.parseInt(letters); …

Member Avatar for JamesCherrill
0
185
Member Avatar for newuser17

You should have either web service, or sort of interface that you call on example `mysite.com/products?category=all` or `mysite.com/events?country=UK&city=London` where in URL you submit has all data you need for server side so it then can call on DB and return result in some sort of data format (JSON is most …

Member Avatar for marcinperlak
0
242
Member Avatar for shanki himanshu

* Reduce duplication and therefore many places to change if same string declared in multiple places * Easy way of managing and sharing resource that has to be translated if you need internatioanlization for application

Member Avatar for peter_budo
1
69
Member Avatar for arcticM

You need to read on game development as it explains how drawing works in Android. However you still would need basic knowledge of Android.

Member Avatar for peter_budo
0
92
Member Avatar for kendaop

If `R.layout.activity_login` is the menu XML as posted above then you are doing it wrong since you cannot force menu resource instead of layout resource in place where layout resource expected. Layout have to use one of available layout classes (LinearLayout, RelativeLayout, GridLayout etc). Where menu on other hand is …

Member Avatar for peter_budo
0
619
Member Avatar for SCass2010

Your server side should be working like website/web application listening for specific HTTP request. Then it should process request and return data in som form. The easist would be return the reply as JSON object that is simple to use in Android. If however you will be returning set of …

Member Avatar for peter_budo
0
104
Member Avatar for ziyaddinsadigov

You can use that if you declare custom actions as for Android uses for example ACTION_VIEW, ACTION_EDIT, ACTION_MAIN. I do not recommend that since you just starting to learn. You better of with following constructor new Intent(Context packageContext, Class<?> cls) where you can get context by calling `getApplicationContext()` in application …

Member Avatar for peter_budo
0
107
Member Avatar for bettybarnes

@BigPaw this is not what app should I download question, but rather how to do it @bettybarnes simple solution like [this](http://stackoverflow.com/questions/10881686/my-own-stopwatch-in-android) harder solution you need to learn about background processes and services

Member Avatar for BigPaw
0
92
Member Avatar for Cronicle8

Do you have in your AndroidManifest.xml declaration of camera usage? <uses-permission android:name="android.permission.CAMERA" /> <uses-feature android:name="android.hardware.camera" /> <uses-feature android:name="android.hardware.camera.autofocus" />

Member Avatar for Cronicle8
0
305
Member Avatar for peter_budo

Does anyone can recommend some application to play Blu-ray on pc? I have CyberLink PowerDVD 8 that came with optical drive, but often there is a lag (visible stop in playback). I would love if VLC player people added BR support to application, but at the moment libbluray is more …

Member Avatar for abbotbass
1
248
Member Avatar for LaughingOtter

Wouldn't be easier to use fragments that can always query parental activity for "super" data and fragments do the rest of interaction?

Member Avatar for LaughingOtter
0
135
Member Avatar for lse123

I guess you will have to create a class/collection that will hold coordinates for google maps like this https://maps.google.com/maps?q=Slovakia&hl=en&sll=37.0625,-95.677068&sspn=46.946584,92.900391&t=h&hnear=Slovakia&z=8 . So you may have something like Map<String, URL> countryMap = new HashMap(){}; countryMap.put("Slovakia", new URL("https://maps.google.com/maps?q=Slovakia&hl=en&sll=37.0625,-95.677068&sspn=46.946584,92.900391&t=h&hnear=Slovakia&z=8"); PS: Above link was achieved just by typing country name in google maps and then …

Member Avatar for peter_budo
0
145
Member Avatar for schippi
Member Avatar for PF2G

You should be querying webservice and not directly database. Exposing database to outside world is like telling world "hey here are my user data share it..."

Member Avatar for peter_budo
0
461
Member Avatar for warlord902

[QUOTE=warlord902;1628155]I have no problem getting an access token manually. Till now for developing I was fetching the access token manually but now I need to embed this process in my application as well. So I was wondering how should I make my application written in java to communicate with web …

Member Avatar for psychman
0
1K
Member Avatar for Luckychap

[QUOTE=ccube921;758925]PEOPLE WITH SCRIPTS TURNED OFF DO NOT DESERVE TO UISE THE INTERNET!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (in my humble opinion, of course)[/QUOTE] And what about people misusing script capabilities to spread havoc on others machines, what do they deserve? Every coin has two faces...

Member Avatar for allencarter180
0
509

The End.