5,031 Posted Topics

Member Avatar for 203428

javascript , html5 and cSS3 is not native android development. PhoneGap is now called Cordova and you can find their documentation [here](http://cordova.apache.org/docs/en/3.4.0/) and for Titanium over [here](http://docs.appcelerator.com/titanium/latest/)

Member Avatar for 203428
0
247
Member Avatar for olelink

@olelink as you already seen people are not willing to help because they do not trust you, your judgement, your possible needs. By demand post closed another like this it will be treated under Keep It Legal rule

Member Avatar for nittu sarathe
-2
575
Member Avatar for duncankalulu

You failed to specify what operaring system you want to develop for ANdroid or iOS...

Member Avatar for peter_budo
0
132
Member Avatar for Cronicle8

Never tried to do such think. However I found this post on [stackoverflow](http://stackoverflow.com/questions/6668271/get-cell-tower-locations-android) that discusses extracting data from current connection. So based on that I looked up [ServiceState](http://developer.android.com/reference/android/telephony/ServiceState.html) and that has `getOperatorAlphaLong()` methd that according documentation > Get current registered operator name in long alphanumeric format. So you are able …

Member Avatar for Cronicle8
0
217
Member Avatar for xxmp

I used to be with [DailyRazor](http://www.dailyrazor.com/java-jsp-hosting) before I moved to VPS with [Linode](http://www.dailyrazor.com/java-jsp-hosting)

Member Avatar for peter_budo
0
76
Member Avatar for geoffy0404
Member Avatar for geoffy0404
0
203
Member Avatar for mmm123

Because you are missing `@Override` annotation with method call `onCreate` and `onClick`. These are there for reason!

Member Avatar for peter_budo
0
316
Member Avatar for jithinjohny

You need to install one of the Java container or as they often called Java servers. Most common [Tomcat](http://tomcat.apache.org/), [Jetty](http://www.eclipse.org/jetty/) or [JBoss](http://jbossas.jboss.org/)

Member Avatar for stultuske
0
213
Member Avatar for bharatgs7

Apache Tomcat 7 - [Security Manager HOW-TO](http://tomcat.apache.org/tomcat-7.0-doc/security-manager-howto.html) happy reading

Member Avatar for peter_budo
0
124
Member Avatar for peter_budo

List followed by code snippet does not render properly. Example * Item One * Item Two * Item Three Log.i(MainActivity.class().getSimpleName(), SOME_MESSAGE); //info Log.d(MainActivity.class().getSimpleName(), SOME_MESSAGE); //debug Log.w(MainActivity.class().getSimpleName(), SOME_MESSAGE); //warning Log.e(MainActivity.class().getSimpleName(), SOME_MESSAGE); //error

Member Avatar for Dani
3
236
Member Avatar for mukhtar_1

Secondly there is always this [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)

Member Avatar for peter_budo
0
182
Member Avatar for Suzie999

GridLayout takes a collection of items. So you need to design layout of a singular item. Then you create adapter, tell it to use your item layout, provide and provide collection of data you want to populate your grid with. You can read on it here http://developer.android.com/guide/topics/ui/layout/gridview.html BTW, if I …

Member Avatar for Suzie999
0
289
Member Avatar for sudesh.yadav.104
Member Avatar for peter_budo
0
60
Member Avatar for eedirex
Member Avatar for Theirligh
0
321
Member Avatar for chrisschristou

All is explained in Android documentation http://developer.android.com/guide/practices/screens_support.html

Member Avatar for peter_budo
0
377
Member Avatar for chrisschristou

As I mentioned before in your other thread (that you did not close) design for mobile apps is not same as design for web sites. XML extract of layout that you posted is actually what you need to show image on screen. However beside required stuff you did (layout width …

Member Avatar for chrisschristou
0
245
Member Avatar for Suzie999

[Android Studio](http://developer.android.com/sdk/installing/studio.html) is becoming industry standart with better features then Eclipse

Member Avatar for Suzie999
0
231
Member Avatar for aliieb

@aliieb do not expect people to go and check your websites. Post your code and explain what is expected and what is actual result. Also I'm inclined to move this to web development since fixing html is not part of native mobile development for Android, iOS or Windows

Member Avatar for diafol
0
142
Member Avatar for Bile

Any website is accessible by mobile devices these days. You just need to learn restrictions and serve appropriate content, therefore browser and operating system detection is important

Member Avatar for Bile
0
203
Member Avatar for Umair_4

All you [need to know](http://developer.android.com/training/index.html)

Member Avatar for peter_budo
0
136
Member Avatar for yeshamarques

1. Increase quality of the app, fix crashes and bugs 2. Implement functionality requested by users 3. Interact with people that commented on app

Member Avatar for Rakesh456
0
183
Member Avatar for asaidi
Member Avatar for jwenting
0
274
Member Avatar for Benjamin_4

Yes you can. Simple example, each of Pending Jobs, Incoming Jobs, Closed Jobs is simple button. On click you will trigger loader or async task to get job results. Once you get results, you forward them to new activity and show them in list. Depending on what additional data you …

Member Avatar for peter_budo
0
140
Member Avatar for Tushar_2

You ask help about Android app and you post code from your website? Where is common sense of solving issue? How someone can find problem in your Android app if you fail to provide appropriate code for problematic section?

Member Avatar for peter_budo
0
399
Member Avatar for Sudhanshu_2

Then you did not search properly, otherwise even before your first post you would have found [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) that is actually first entry in JSP section of this forum.

Member Avatar for Sudhanshu_2
0
344
Member Avatar for chrisschristou

web app is actual website. It is common that what ever response website is getting can be consumed by mobile application as this content is send in JSON format. Here is a list of APIs you may want to have look at http://blog.programmableweb.com/2012/02/28/134-travel-apis-kayak-yahoo-travel-and-hotelscombined/ and maybe you can try to integrate …

Member Avatar for peter_budo
0
228
Member Avatar for cguan_77

With your number of posts you should know better then just drop code with no exact error

Member Avatar for peter_budo
0
131
Member Avatar for Szabi Zsoldos

Then you should not posted at all because if they never learn basic they will fail. It is OK to help with attempt when someone tried and got catch in some circumstances that may not be obvious. However provide solution beforehand is plain bad.

Member Avatar for Szabi Zsoldos
-1
528
Member Avatar for James singizi

Android SDK requires that you have instalation of Java 6 not Java 7 or 8. So uninstall it and get proper version

Member Avatar for James singizi
0
88
Member Avatar for Mr.M

1)Flash is not supported as of Android 4.1 which was one of the annoucments of Google IO 2012 so you already limiting your market 2)You seriously expect some one to write you app for free???

Member Avatar for rcgoyal
0
163
Member Avatar for warlord902

[QUOTE=warlord902;1709269]I have another query. When i started learning Servlets and JSP, i come to know that whenever we make any changes in our website project files, then we need to restart our server to implement those changes. Now suppose when my website is accessed by thousands of people each second/minute, …

Member Avatar for brodiebyatt
0
1K
Member Avatar for stupidenator

You may find it in school library if you look for it, is one of common titles and NO there is not electronic version, if there is then it is illegal

Member Avatar for stultuske
1
2K
Member Avatar for napninjanx

You do not need C++ and PHP. rubberman was trying to say that any knowledge of programming language especially object oriented language would speed up your learning process. Therefore grasping basic of Java should be your main goal

Member Avatar for napninjanx
0
284
Member Avatar for Benjamin_4

Encapsulate your current `LinearLayout`inside `ScrollView` http://developer.android.com/reference/android/widget/ScrollView.html job done

Member Avatar for peter_budo
0
223
Member Avatar for ziadkassam

No matter which IDE you use there is a logcat which will tell you where error exactly happen. So check it out and stop posting generic error that you see on device screen. You are wasting our time

Member Avatar for ziadkassam
0
352
Member Avatar for coollife

[QUOTE=deepas;1063551]thanks sknake,its a v good reply for the asked help.i also read it & found useful.but what i've problem is i want to first show the image name that is stored in database, and when user clicks in the image name,it would be opened in new web page.actually i am …

Member Avatar for mostafarafi
0
2K
Member Avatar for mr.sweetchuck

I think you forgot to change URL to string, so you can't apply String method replaceAll() to url This can help you [code] import java.net.URL; import java.net.MalformedURLException; public class ReplaceChar { public static void main(String[] args) { try { URL url = new URL("http://www.peter-peter.pe"); url = new URL(url.toString().replaceAll("e", "i")); System.out.println(url.toString()); …

Member Avatar for stultuske
0
6K
Member Avatar for anand01
Member Avatar for azapovjednik

Sorry to say, but hardly anyine does Android development on Windows machines down to various issues with configuration. Secondly Eclipse is such mess. Try to isntall Android SDK from [zip](http://dl.google.com/android/android-sdk_r22.3-windows.zip) instead of automated installation (do not forget to modify your system path and ANDROID_HOME there). Aso I would recommend to …

Member Avatar for azapovjednik
0
443
Member Avatar for shivers20

You forgot to mention what difficulties??? ,but this seems to be obvious. You do not know how to use Scanner ! ! ! So take your time and read API reference for Scanner [url]http://java.sun.com/javase/6/docs/api/java/util/Scanner.html[/url] and do it. Methods like nextLine(), nextInt() or nextDouble() can be your friends... But consider that …

Member Avatar for stultuske
0
3K
Member Avatar for ColeTechInc

@26bm nobody wants to support Adobe Flash, and even Adobe it self drop support for it in Android 4.2 so waste of time Android dev tools would be AndroidStudio, IntelliJ or Eclispe. However I'm not aware of visual game creators in them. They do have UI components for usual stuff …

Member Avatar for peter_budo
0
167
Member Avatar for ezekel

You are performing network activity on UI thread!!! Ggrrrrrrrrrr!!!! This is big NO! Read this http://developer.android.com/training/basics/network-ops/connecting.html

Member Avatar for peter_budo
0
908
Member Avatar for JamesCherrill

Well done James and thank you for kind words to estranged Jave developer! Yes I do Android but that is different story ;)

Member Avatar for peter_budo
6
242
Member Avatar for LyingInAHammock

Why did yu created second account to ask about Google maps? Why aren't you continueing with your other post http://www.daniweb.com/software-development/mobile-development/threads/473568/how-do-i-create-a-box-to-hold-text-below-google-maps-within-android

Member Avatar for LyingInAHammock
0
821
Member Avatar for fuchsia555

If you want to send SMS follow advice [here](http://android-developers.blogspot.co.uk/2013/10/getting-your-sms-apps-ready-for-kitkat.html) to send email use Intent [ACTION_SEND](http://developer.android.com/reference/android/content/Intent.html#ACTION_SEND)

Member Avatar for peter_budo
0
135
Member Avatar for biljith
Member Avatar for BeganMemory
Member Avatar for mercenar18
Member Avatar for cool_zephyr

Application context `getApplicationContext()` is different then View context `getContext` or as in your case `MyActivity.class` (both means same). Real difference in usage is only what part of lifecycle of the activity or whole application you will be affecting with whatever you about to do. So if you need a context …

Member Avatar for cool_zephyr
0
373
Member Avatar for ZaneDarklace

Above editing area you can see tools bar and in there one of the buttons is `</> Code`. just click on it, it will pop sort of window where you can paste your code and hit button bellow to include in your post. Job done

Member Avatar for ZaneDarklace
0
82

The End.