1,542 Topics

Member Avatar for
Member Avatar for plasticfood

serious noob question, but i'm following my android book and it is doing something with a class that extends list activity. is that a file that i have to create on my own, or is that provided once i create a new android project? i can't seem to find it.

Member Avatar for plasticfood
0
97
Member Avatar for lse123
Member Avatar for sanghai45

I am looking for swipe cut on the rope connected to two nodes in cocos2d-x . I need help in figuring out how to do that in cocos2d-x. O-----------O In above image when swipe on the above connected link I want it to show swipe cut sort of feel . …

0
53
Member Avatar for lse123

android eclipse environment... values-ru/string.xml appear error, that can NOT fix...well? > [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] 'default' is not a best match for any device/locale combination. [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] Displaying it with 'Locale Language ___Region __, sw320dp, w320dp, h533dp, Normal Screen, Long screen aspect ratio, Portrait Orientation, High Density, Finger-based …

0
68
Member Avatar for satish1987
Member Avatar for lse123

ANDROID TTS tts text to speech can read Russian, ...? I make it read English SUCCESS, but Russian spell "slash" and numbers arbitrarily...? yes can read Ru... / No can not read Ru...

0
84
Member Avatar for charming-_-eyes

How can I get parameter from servlet with a specific name in android activity? like in java servlet request.getParameter("name");

Member Avatar for peter_budo
0
269
Member Avatar for nick.bundoxl1

Am using proxy on the internet am trying to insert android plug-ins to eclipse but if i use manual setting and put the right settings it refuses how can i download the manually

0
59
Member Avatar for bettybarnes

Hello I'm very new to android programming. I'd like to calculate the sleep cycle of a person in Android. I found a java code from the net but I don't know how to apply it in Android. Here's the code I found: /** * Get times to wake. We add …

Member Avatar for bettybarnes
0
246
Member Avatar for ganeshkumar020

I'm trying to implement mobile chat using client server sockets ..Is it possible..?Am i going in a right way?

Member Avatar for borchu
0
78
Member Avatar for cobbel9

Hello, I'm researching on android game development, especially the SurfaceView method to make simple 2D game. I've learnt about SurfaceView and a gameloop to call the overridden onDraw() function. My question is, using a game loop that constantly update and draw, how can I perform some procedural task, such as …

0
139
Member Avatar for borchu

Hello everyone, I progress step by step my problem, one step is passed -now I can send string datas -text messages- here another step is I want to record some audio sounds by using microphone in first android emulator assume phone1 and send to second android emulator-phone2-. I found whole …

Member Avatar for borchu
0
9K
Member Avatar for duyencaothi
Member Avatar for menukadevinda

Hi all, I am developing a android application using phonegap and html5.when I installed the app in my mobile (android) , it doesnt render sinhal well, only 2, 3 letters are rendered in a word. Then I attached sinhal font(.ttf) file to css and set the font family to the …

Member Avatar for peter_budo
0
104
Member Avatar for t888eddy

Which book can you recommend me for learning Android programming? I want to learn to program for Android extremely good! I know some C, C++ and a little Java. I know some programming environments, like: Eclipse, Flex, Flash Builder. So, if you know a good material, please tell me! :) …

0
51
Member Avatar for harinath_2007

Hi , I am a beginner of android programming. I built an application which is working fine.. but when i modify the source code( i mean that activity.xml which is inside layout folder) the output is not getting effected when i run the app second time.. i mean previous output …

Member Avatar for harinath_2007
0
119
Member Avatar for isley

Hi Guys, I am creating an application that will send and receive a data from a phone application like a native android application will do. (e.g. A Client-Server relationship). Can anyone suggests or tell me how does an android phone(we are using PhoneGap) which is our client side sends a …

Member Avatar for peter_budo
0
176
Member Avatar for lse123

Android DEV a. WAKE_LOCK in an App results affect all the Apps currently running including App initialise it? In other words has symptoms in other Apps? b. If **forget to** disable GPS receive from an App then, generallly disable GPS on the phone, and re-enable it, this App should continue …

Member Avatar for peter_budo
0
57
Member Avatar for *sharath*

I am trying to dynamically resize an image which is in the relative layout using the code int height = v.getHeight(); int width = v.getWidth(); height += 50; width += 50; RelativeLayout.LayoutParams layout = new RelativeLayout.LayoutParams(height, width); layout.setMargins(200, 200, 200, 200); layout.addRule(RelativeLayout.CENTER_IN_PARENT); v.setLayoutParams(layout); The rule works perfectly. The image gets …

0
96
Member Avatar for menukadevinda

Hi all, I want to write to html5 application and convert the web application to adnorid application with phone gap. I think I can handle this, I have found many resources for this. but the problem is now I want to enable my native language keyboad when I run my …

Member Avatar for menukadevinda
0
239
Member Avatar for menukadevinda

Hi, I am trying to develop a android application which is done using html5. I use phongap to convert html5 application to android apk file. Problem is my native lanuage is not supported by android OS yet. In my app I get datafrom database and print them. when I do …

0
83
Member Avatar for vikramsanthalia

I am making an app in which a user enters some text and that text has to be displayed on a rectangle on an image(like a notes-stick on the image, it can be dragged on the image and also re-sized). I am very new to android and i really can't …

0
52
Member Avatar for serkan sendur

i created a custom installer for my mobile application, the problem is if device is not connected to cradle it tries to install the application next time the device is connected. i dont want it to happen, i want to check if device is connected to cradle. help please. come …

Member Avatar for irwanhassan
0
835
Member Avatar for bettybarnes

Hello guys, I'm planning to create an android application that is integrated to a digital weighing scale. However, I still need to learn the fundamentals of android development. May I ask someone who's knowledgeable in Android to give some tips where to start and how to start. I did my …

0
53
Member Avatar for Dean_Grobler

Hey guys, I'm working on Ubuntu 10.04. I use Eclipse as my IDE, but now I want to install the Android ADT plugin for eclipse(as seen [URL="http://developer.android.com/sdk/eclipse-adt.html"]here[/URL]). Now the thing is, that I don't have internet connection on the machine that has Eclipse running so I can't simply go to …

Member Avatar for bettybarnes
0
1K
Member Avatar for harinath_2007

HI all... when i try to run my android application , i am getting the error as below.. [2012-08-12 22:41:57 - Bluee Chat] Android Launch! [2012-08-12 22:41:57 - Bluee Chat] The connection to adb is down, and a severe error has occured. [2012-08-12 22:41:57 - Bluee Chat] You must restart …

Member Avatar for harinath_2007
0
208
Member Avatar for ret801

I need help parsing an html file from my schools website, I know this code is bad BUT there is hardly any decent tutorial on html parsing for android so I ATTEMPTED this. I am still in the beginning of my software stages so bare with me! Thanks! ^-^ package …

Member Avatar for ret801
0
149
Member Avatar for JauntyIbbi

My webservice which was working fine, all of a suddenly it has stopped working. I see no exceptions in the logcat. I can invoke the webmethod of the service from the browser of my android device but its not working from my android app. here is my code public class …

Member Avatar for JauntyIbbi
-1
195
Member Avatar for riahc3

Im wondering if there is a program for building GUIs with XML where I can simply build it visually (WYSIWYG style) and copy/paste the code in my Android IDE. Thanks

Member Avatar for Mike Askew
0
60
Member Avatar for harinath_2007

Hello everyone.. I started learning android programing today and i am getting the below error in my first adroid program.. [2012-08-12 21:22:32 - Emulator] WARNING: Data partition already in use. Changes will not persist! [2012-08-12 21:22:32 - Emulator] WARNING: SD Card image already in use: C:\Users\Hari\.android\avd\droidX.avd/sdcard.img [2012-08-12 21:22:32 - Emulator] …

0
68
Member Avatar for *sharath*

Can anyone give a simple example for GCM server and how to use it. Thanks in advance

Member Avatar for peter_budo
0
86
Member Avatar for Cronicle8

Good day, I'm building up a project in "AIR for Android" (AS3), it consists in connecting a camera(Fully functional), then do it like a game in PSVITA, cut only the face of a person after taking a picture of herself, i'm having a hard time developing this part. I downloaded …

0
87
Member Avatar for *sharath*

I am using a json function to parse a link and return a json object. the code is below : public JSONObject getJSONFromUrl(String url) { // Making HTTP request try { // defaultHttpClient DefaultHttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost(url); Log.v("url", " " + url); HttpResponse httpResponse …

0
128
Member Avatar for jsawant85

Hi All, I am new to Android I have created a TabView one of which contains list of names. I want that when we click on a any name, a table view of that persons photos should be opened. Will that table be in another Activity???

Member Avatar for peter_budo
0
76
Member Avatar for easterbunny

Hi, I'm a beginner in android and i want a simple activity/class that acts as a folder chooser, i found some on the web but they are really hard to implement with my current knowledge and want a simple startActivityForResult() kind of a class. Best regards

0
137
Member Avatar for pmark019

My application won't run anymore in my tablet and I don't know why. It runs fine in the emulator. public class TestingActivity extends Activity implements OnClickListener { /** Called when the activity is first created. */ String uname, pass, pic; EditText txtUname, txtPass; Button login; TextView result, tview2, tview3; String …

Member Avatar for pmark019
0
313
Member Avatar for ohene1

Hello , I am Ohene from Ghana .I have an idea that I want to use SMS Application to pursue. It is a social problem that I want to solve with an SMS Application as well as create a business opportunity for the unemployed. If you are interested and capable …

0
64
Member Avatar for hwoarang69

trying to create android project in eclipse. i go to new > other > android > but i dont see "create android project" any where. under android i see "android activity", android application project", "android project from existing code", "android sample project". but no "android project". i not sure why …

Member Avatar for rotten69
0
81
Member Avatar for justinbob
Member Avatar for rotten69
0
99
Member Avatar for Behi Jon

Hi, when I want to switch to another activity using Intents, I want to close previous activity so that it can't be loadable using mobile back button .

0
55
Member Avatar for philip.b.k.5

I added a jpg image to a form and it worked out properly in the emulator. but am having a problem with scrolling the image coz it only displays part of the image. What am i missing

0
95
Member Avatar for libathos

i am having difficulties to have my android app running in the emulator to connect to servers in my local network. i am getting a java.net.UnknownHostException but the servers are resolvable fine from the machine where the emulator is run. thanks for any help on this topic!

Member Avatar for libathos
0
433
Member Avatar for *sharath*

I am using sax parser in android and i am displaying the content parsed into a custom list view which even contains an image. The image is loading very slowly and thereby my list which contains 10 elements are displayed after few minutes and even if the list loads to …

Member Avatar for *sharath*
0
187
Member Avatar for *sharath*

I am trying to look into localization in android. I tried working with ttf files. But now i am having a doubt. If the data is not static say i am having a edit text and a button and the user will enter some text in english and click on …

Member Avatar for *sharath*
0
115
Member Avatar for pmark019

How can I remove unwanted texts in a textview in android. Example: The textview contains this: <div id="userbar-container" align="center"> <div class="fixed-width"> <div id="control-panel"> <ul> <li>Logged In As: <a href="/members/834075/pmark019">pmark019</a></li> <li><a href="/members/edit_profile">Edit Profile</a></li> <li class="highlight"><a href="/messages/received">Private Messages (2)</a></li> <li><a href="/members/articles/watching">Watched Articles</a></li> <li><a href="/community/rules">Member Rules</a></li> <li><a href="/members/logout">Log Out</a></li> </ul> </div> I want …

Member Avatar for peter_budo
0
94
Member Avatar for jeffige

Don't know if this is the right place to ask, but I've tried for hours searching the web, so I gotta come back to a place I know. I would like to design some simple 2D scrolling game(s) for android and some apps/ games for toddlers. One(s) that I am …

0
80
Member Avatar for kovidd

i have recently started learning java .... i completed "head first java" recently ....it is just an intro to java . now i am looking to learn other aspects of java so could you tell me which book to read next . Or should i jump straight into a example …

Member Avatar for JamesCherrill
0
256
Member Avatar for *sharath*

Does the number of classes show any impact on the speed of an application? For example if there are more number of classes (or packages) does it make the application to run slow compared to the one that has less number of classes (or packages)? Thanks in advance.

Member Avatar for *sharath*
0
129
Member Avatar for system_Broken

I have already items store in my Spinner combobox . i saved one of them item into database . now i am trying to retrieve data from datbase to specific their places successful to get data into edittext checkbox but fail to get item into spinner as reshow which is …

0
136
Member Avatar for osamabin.idrees

hi everybody,i know c very well and now a days learning java myself. i have decided to choose a main field as my carrer.i am just confused to selct among these fields. 1-php(i am most intrested in it) : i know there is big oppurtunity in job market but i …

0
127

The End.