[android-developers] how to post jsonarray to server ?

2012-03-13 Thread Mulsaniya Bhadresh
hello friends, i have problem with my service and it will return null when i sent httppost request to serveri don't know what is the problem. I am here explain what is happen inside my code... String query = + ServiceUtils.KEY_methodnameForPlaceOrder + = +

Re: [android-developers] How to read the large sized text file

2012-03-13 Thread TreKing
On Sun, Mar 11, 2012 at 12:16 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Hi Treking, haven't you checked the attachment I provided? No. Sorry, but I'm not downloading a random RAR file off the internet, nor am I so bored that I would want to dig through decipher whatever

Re: [android-developers] Xml parsing issue

2012-03-13 Thread TreKing
On Sun, Mar 11, 2012 at 10:24 AM, hazem omies hazem.om...@gmail.com wrote: how i can do this structure This has nothing to do with Android specifically. Regardless, you've posted almost no information that would be useful in helping you. http://catb.org/esr/faqs/smart-questions.html

[android-developers] Re: Can not find Standard-Widget in Documentation / Can anybody help?

2012-03-13 Thread Pinny3
Thanks a lot On Friday, 9 March 2012 08:49:31 UTC+1, Pinny3 wrote: Hi there, can anybody tell me what kind of Widget/Control/View the control is that you can see on the attached screenshot under 'Default Range'? I mean the one with the green bar to control the range in that case.

Re: [android-developers] Getting Started issue

2012-03-13 Thread Yaron Reinharts
Hi, Android 4.0.3 is checked (what's that mean?) This usually means that if you press the Install 6 Packages... button, the packages for the latest Android version (4.0.3) will be downloaded. Did you try this button? By the way, consider the following table before choosing your application

[android-developers] How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
Hello Everyone, I am trying to use Google map in offline mode, i am try OSM map for this but it's only show main area names on map i need some detail Map file.so please any any one suggest me how i get detail map file for my android application. Thanks in Advance. --

Re: [android-developers] Re: [Android - developers] Exponential Smoothing on Latitude and Langitude

2012-03-13 Thread Yaron Reinharts
Hi, There is a section with the title Maintaining a current best estimate in the following link, it contains an implementation of a method called isBetterLocation. http://developer.android.com/guide/topics/location/obtaining-user-location.html Hope this helps /Yaron -- Yaron Reinharts

[android-developers] Re: Allow only single application to run on Android device

2012-03-13 Thread Jinja
Hi Archana, Are you trying to create a work only android device and prevent usage of non work type apps? The effort involved to achieve this is certainly non-trivial and would involve rooting the device and installing a secure IT killjoy version of Android. There are free apps available on

RE: [android-developers] Re: Desktop Sharing of my pc on my Android mobile??

2012-03-13 Thread Muhammad UMER
existing remote control application? Is there any application of this type. but i want to create my on app. please can you help me how to get the control of my mouse. Thanks for your reply Regards, umer Date: Mon, 12 Mar 2012 13:18:48 -0700 From: l...@bendlin.us To:

[android-developers] Java and Eclipse issues on Win 7 64bit

2012-03-13 Thread MikeDaPsyke
I have downloaded JDK 7u3 with NetBeans 7.1.1 and JDK 7u3 with Java EE, first i installed the Netbeans version and when trying to install Eclipse i got a error A JRE or JDK must be available in order to run eclipse. No Java virtual machine was found After finally getting Eclipse to find javaw.exe

[android-developers] CarouselCoverFlow

2012-03-13 Thread Monalisa
I am Facing one error in Carousel ie ClassNotFoundExeption. Plz help me out to resolve this exception my codes u can download from the folowing link: http://code.google.com/p/android-ui-utils/downloads/detail?name=CarouselExample.zipcan=2q= plz help me out -- You received this message

[android-developers] CONNECTIVITY_ACTION during network change from DO - 1x

2012-03-13 Thread Ankit
Hi, I went thru the details of the CONNECTIVITY_ACTION at http://developer.android.com/reference/android/net/ConnectivityManager.html#CONNECTIVITY_ACTION but am not clear what A change in network connectivity has occurred indicates. Will I receive this intent if the mobile moves from EVDO to 1x

Re: [android-developers] read the inbox messages

2012-03-13 Thread Jorge Pintos
Hi, I'd like ask about something of this topic. For to read the inbox sms I have in the source: ComponentName toLaunch = new ComponentName(com.android.mms,com.android.mms.ui.ConversationList); Contenido = new Intent(Settings.ACTION_MANAGE_APPLICATIONS_SETTINGS);

Re: [android-developers] Build with SDK tool rev 7, gives error: if doesn't support the nested istrue element

2012-03-13 Thread Kevin Carpenter
Was this ever renamed to androidif? I'm running into a very similar problem. On Wednesday, September 22, 2010 9:56:35 AM UTC-5, Xavier Ducrohet wrote: btw if you want to use our custom if task you can, the syntax is: if condition=${build.debug}then.../thenelse/else/if For the next tools

[android-developers] [HELP] WebView issue

2012-03-13 Thread Furkan
Hi mates. I have problem with webwie in eclipse. my java activity: package com.phonegap.helloworld; import org.apache.cordova.DroidGap; import android.os.Bundle; public class App extends DroidGap { /** Called when the activity is first created. */ @Override public

[android-developers] Please Help me! I have SQLiteDatabaseCorruption Error

2012-03-13 Thread Halil Enver Soylu
I have a 5MB database. I split it into 1MB chuck files. application merges these files and creates its database. However it works in some Android phones, and does not works in others. I tried almost dozen of code example in blogs. everytime I got same result. App's platform vers. is 1.5 so it

[android-developers] Parcelable : Passing object from one activity to another activity

2012-03-13 Thread kahou
Hi, I would like to pass an object from one activity to another activity. Everything looks fine except it can't pass the ArrayList inside that object. Suppose I have such class public class A implements Parcelable { public ArrayListB bList; /** Implement the rest of the Parcelable

[android-developers] webwiev in eclipse

2012-03-13 Thread Furkan Adıgüzel
Hi. I Could not solve the problem with webwiev in eclipse. my java activity: package com.phonegap.helloworld; import org.apache.cordova.DroidGap; import android.os.Bundle; public class App extends DroidGap { /** Called when the activity is first created. */ @Override

[android-developers] Hiii frns plzz help me ragarding Animation set

2012-03-13 Thread geet handa
Hi Frnds... I am new to dis group.. I am facing one problem in ma project regarding animation set... In my Project i want to run multiple animations at a time in one screen If any body knows the solution plzzz help me out. thanks Mona -- You received this message because you are

Re: [android-developers] back up

2012-03-13 Thread asheesh arya
ok i will provide u -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Impossible upload an appliclation on Android Market

2012-03-13 Thread Mattia Perazzoli
Hi, today I try to upload an app on the android market, but wen i press upload, this message appear An unexpected error occurred. Please try again later. I have 2 app on market and i think that is not an error of the apk file. Someone have a solution or the android market is down? -- You

[android-developers] AnimationSet

2012-03-13 Thread geet handa
Hi Frnds... I am new to dis group.. I am facing one problem in ma project regarding animation set... In my Project i want to run multiple animations at a time in one screen If any body knows the solution plzzz help me out. thanks Mona -- You received this message because you

[android-developers] photo stack

2012-03-13 Thread laurenty
Hello I try to find component to realize image stack like this: http://tympanus.net/codrops/wp-content/uploads/2010/06/photoStack.jpg I find some applications call Cooliris. Is it possible to have a component integrated in my application? Thanks Laurent -- You received this message because you

[android-developers] RTMP Streaming

2012-03-13 Thread Andru
Hi, How to stream RTMP link in Android development.How to set set the parameters in that(server Url and stream file) --- With Thanks and regards, Andru. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Loading URL after 'splash screen' in webwiev without android browser

2012-03-13 Thread Furkan
Hi.. here is my java activity code. android applicaton can not go in webwiev after loading url. activity: package com.phonegap.helloworld; import org.apache.cordova.DroidGap; import android.os.Bundle; public class App extends DroidGap { /** Called when the activity is first created. */

[android-developers] Intent.Createchooser Does Not Work

2012-03-13 Thread JFS
The following code previously worked on an Atrix 2 4G. After upgrading to 2.3.6, createchooser no longer presents any mail choices and the e-mail is not sent. Logcat contains no errors. Any ideas why this is not providing Send choices as it previously did? final Intent emailIntent = new

[android-developers] can't get emulator to show app

2012-03-13 Thread gswartz
I purchased two books the other day. Beginning Android 4 by apress and Android for Programmers by Deitel. I've gone through all the of the steps to install java, eclipse, the latest android sdk (as well as all the previous ones) and the adt plugin. I went through the Now sample project in the

Re: [android-developers] Ad framework.

2012-03-13 Thread Prakash Kantham
I did factory reset of droid bonic motorola dvice. While rebooting the device it got stuck at please wait this may take a few minutes screen. Any one please help me out from this issues. Thanks K.Prakash On Mon, Mar 12, 2012 at 3:27 PM, Put_tiMe putt...@gmail.com wrote: Given that I can

[android-developers] How to download without showing Unknown Sources message.

2012-03-13 Thread smart hangame
Sometimes users download APK files directly (not through Google or T- store) such as the beta test of a service or the guide of an APK file installation. In this case, whenever users download an application as an APK format directly instead of through markets, the Unknown Sources message appears.

[android-developers] Re: Activity gets Terminated using AssetManager list() on 2.1 - 2.2

2012-03-13 Thread oberluz
Hi Ender, I have exactly the same issue on 2.3.3. Did you ever find out what caused it? I have been looking into this issue for more than a day now :( Cheers On Friday, 10 June 2011 20:45:56 UTC+1, Ender wrote: Hello I am creating an app that gets 600 HTML files from the assets file

[android-developers] want android source code

2012-03-13 Thread VICKY
hello sir/madam, i need source code for predictive text input in android .. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] android:textStyle=bold doesn't work in my language (but works in English)

2012-03-13 Thread shai
Hello. I'm trying to change the text style of some strings I keep in strings.xml. I have a textView in a layout xml file that will contain the strings. The strings themselves are kept in strings.xml and are accessed and added to the textView programmatically (after obtaining a handle to the

Re: [android-developers] Proxy doesn't work in connection with VPN

2012-03-13 Thread Robert Greenwalt
Thanks JP. That's a useful observation. I'll file a bug to get this resolved. R On Sun, Mar 11, 2012 at 2:58 PM, Jaypi jpwallh...@googlemail.com wrote: Hello, I have a Samsung Galaxy Nexus with ICS 4.0.2 and the web proxy server doesn't work while I'm connected with a VPN connection.

[android-developers] accessing windows network

2012-03-13 Thread Mondroid
Hello I'm writing an Android app that can access a local Windows area network (userid and password required) and copy files and folders from a computer to the device. I wrote the code needed to iterate paths and files, but I don't know how to access the network computer and how copy the content I

[android-developers] Re: Activity gets Terminated using AssetManager list() on 2.1 - 2.2

2012-03-13 Thread oberluz
Hello Ender, I have the same problem using 2.3.3. Did you ever find out what caused it? I have been looking into this for over a day now :( Cheers On Friday, 10 June 2011 20:45:56 UTC+1, Ender wrote: Hello I am creating an app that gets 600 HTML files from the assets file when I try to

[android-developers] Re: Urbanship airship problem

2012-03-13 Thread Incredible
lLaunch.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); This is needed .. because broadcast receiver could have different context On Mar 12, 2:48 pm, vani reddy vani.reddy.bl...@gmail.com wrote: Hi friends, I am using Urbanairship for push notifications. I am getting the following exception

[android-developers] Button animation

2012-03-13 Thread Tytanit
I need help - i am new to android, and i couldn't solve my problem at my own, so i'm posting here - I've got an image animation, a few buttons, and an animation files ( xml) written. What i want to do, is to make a button animation ( i don't know to bound a button with an animation) , following

[android-developers] Why does Android DDMS File Explorer only show 3 directories?

2012-03-13 Thread whoisshe
Why does Android DDMS File Explorer only show data, mnt, and system directories? There are other directories and files if I execute adb shell ls -l -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] how to setup connection between PC and android devices through wifi

2012-03-13 Thread sajith vk
in my application i need to connect my pc and multiple android devices through wifi,and my pc have to send some data to each device connected to the PC simultaneously,no need of internet connection,only i want to create network connection and udp(if possible) data transfer,is it possible to do

[android-developers] Re: Hi

2012-03-13 Thread Incredible
That can be handled through javascript written in your html code. That javascriopt can be intercepted by your android code. On Mar 12, 2:39 pm, chowdary nani naveenneeli...@gmail.com wrote: Hi all, I am working on loading URL in web view in android. i am able to load the gmail URL in web

[android-developers] how to display countdowntime with a scroll bar

2012-03-13 Thread Rahul Vijay
Hi, I am new some problem,I'm not getting text as scroll bar to display a remaining time. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] ICS Code Different???

2012-03-13 Thread SS
package www.ssshop.com; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; import javax.xml.parsers.DocumentBuilder; import

[android-developers] cpu usage information

2012-03-13 Thread oneking
How to make a pie chart that tells me cpu usage or memory ram? This is a example: http://gadgetsdna.com/wp-content/uploads/2010/03/SystemPanel-fo-Android-3-280x500.png -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] (De)serializing Hashtable/Hashmap

2012-03-13 Thread stevej
When (de)serializing java.util.Hashtable or java.util.Hashmap objects the following message is reported by dalvikvm GetFieldID: unable to find field Ljava/util/HashMap;.loadFactor:F This issue is reported on a number of sites but I am unable to find any that provide a solution. Does anyone

Re: [android-developers] AnimationSet

2012-03-13 Thread Sree
hi mona, ya i know this solution , u will take Frame By Frame animation with different frames.and set the frame duration also *Thanks Regards* *Sreelatha* * * * * -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Please Help me! I have SQLiteDatabaseCorruption Error

2012-03-13 Thread moktarul anam
Hi Soylu, First u check whether myContext.getAssets().open(ASSETS_DB_FOLDER+/+dbFiles[i]); files exists or not then then copy method do it in asyntask Moktarul On Tuesday, 13 March 2012 03:30:16 UTC+5:30, Halil Enver Soylu wrote: I have a 5MB database. I split it into 1MB chuck

Re: [android-developers] Re: update TextView inside a TimerTask

2012-03-13 Thread Alimooghashang
Hi thanks i wonder if you help me with an example! i implemented timer like this: Timer t = new Timer(); TimerTask tt = new TimerTask() { @Override public void run() { } }; t.scheduleAtFixedRate(tt, 100, 1000); my texview is this: TextView tv =

[android-developers] Re: update TextView inside a TimerTask

2012-03-13 Thread tsukishiro yamazaki
You can take the sample here http://developer.android.com/guide/topics/ui/dialogs.html#ProgressDialog for your reference. Check the sample code marked by the section *Example ProgressDialog with a second thread*http://developer.android.com/guide/topics/ui/dialogs.html# Thanks and best

[android-developers] Re: How to make keyboard layout and input style similar to Google Japanese Input Beta IME

2012-03-13 Thread tsukishiro yamazaki
Bump. I was thinking that maybe I could use the swipe methods under KeyboardView.OnKeyboardActionListener. But they don't seem to work. I wanted to check if they are called by placing simple debug logs and swiping my fingers up, down, left, and right but the logs never get printed. Does

[android-developers] Re: make components right to left

2012-03-13 Thread Ali Chousein
Well, that would make everything left-to-right... not necessarily right to left. Ooops, I didn't pay that much of attention to the direction in the question :-) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] AnimationSet

2012-03-13 Thread geet handa
-- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Home Key on ICS

2012-03-13 Thread Ajay
Hi, I noticed that the Activity in my app is destroyed immediately after I press Home key on ICS only. On Gingerbread or lower, I didn't see this behavior. Anyone else noticed this or any clue on why is this behavior observed on ICS? Thank you, AJ -- You received this message because you are

Re: [android-developers] Re: Hi

2012-03-13 Thread chowdary nani
Hi Anil, Thanks for time, Thanks for replay, Thanks for help will you please explain me with some example or will you sugest me any site for it. please its important to me. Thanks Naveen. On Mon, Mar 12, 2012 at 3:15 PM, Incredible success.anil...@gmail.comwrote: That can be handled through

[android-developers] Bring up Recent Apps Dialog programatically...

2012-03-13 Thread Solution 9420
Dears, I posted previously but not sure if it got thru. My app has a button to bring up the Recent Apps Dialog. Is it possible to do that or it is locked for OS only? Can someone guide me the way to do it? I did searched for solution with no avails. Best Regards, Solution 9420 -- You received

[android-developers] Re: how to post jsonarray to server ?

2012-03-13 Thread moktarul anam
hi, u change json array to json stringify Enjoy Moktarul Anam On Tuesday, 13 March 2012 11:31:34 UTC+5:30, Mulsaniya Bhadresh wrote: hello friends, i have problem with my service and it will return null when i sent httppost request to serveri don't know what is the problem. I am

[android-developers] Re: ContentProviderOperation prevent duplicate insert

2012-03-13 Thread Raines Young
I'm also thinking about this matter. _ -- Forwarded message -- From: Lester Quintero lesterqu...@gmail.com Date: 1月18日, 上午10时59分 Subject: ContentProviderOperation prevent duplicate insert To: Android Developers Hi everybody, Someone knows how to detect that an element exists

[android-developers] Re: Hi

2012-03-13 Thread moktarul anam
Hi, r u using gmail.com or hav created ur own site and calling gmail api ? Moktarul On Monday, 12 March 2012 15:09:40 UTC+5:30, chowdary nani wrote: Hi all, I am working on loading URL in web view in android. i am able to load the gmail URL in web view when i entered email and password

Re: [android-developers] Re: update TextView inside a TimerTask

2012-03-13 Thread Alimooghashang
thank you very much now my application works well On Tue, Mar 13, 2012 at 11:21 AM, tsukishiro yamazaki tsukishir...@gmail.com wrote: You can take the sample here http://developer.android.com/guide/topics/ui/dialogs.html#ProgressDialog for your reference. Check the sample code marked by

Re: [android-developers] Impossible upload an appliclation on Android Market

2012-03-13 Thread Rocky
yes, android market might be down On Mon, Mar 12, 2012 at 9:49 PM, Mattia Perazzoli mattiaperazz...@gmail.com wrote: Hi, today I try to upload an app on the android market, but wen i press upload, this message appear An unexpected error occurred. Please try again later. I have 2 app on

[android-developers] Cannot catch swipe action for SoftKeyboard

2012-03-13 Thread tsukishiro yamazaki
Hello everyone, I wanted to implement swiping for the custom IME I am developing. Looking into SoftKeyboard sample code, it seems this can be handled by the swipe methods under OnKeyboardActionListener. However when I tried to test if the swipe methods in SoftKeyboard were working, I found

[android-developers] Re: Allow only single application to run on Android device

2012-03-13 Thread Archana
Hi Jinja, Thanks for the link. Yes,As you mentioned I need something similar to that which can be used only for work related process. On Mar 13, 10:48 am, Jinja neiljmar...@gmail.com wrote: Hi Archana, Are you trying to create a work only android device and prevent usage of non work type

[android-developers] Re: Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-13 Thread Remote Red
On 12 mrt, 15:06, Mark Murphy mmur...@commonsware.com wrote: Correct, but that is the portion of on-board flash that Acer designated as external storage. Very strange that this is possible. My understanding of external was/ is that that would be the sdCard. But maybe b0b points out how I have

[android-developers] Re: Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-13 Thread Remote Red
On 12 mrt, 15:06, Mark Murphy mmur...@commonsware.com wrote: Bear in mind that your app may not have rights to write to this mount point. That would be realy silly as it is my tablet and my sdcard. What else would I do with a sdcard like reading and writing? -- You received this message

[android-developers] Re: AnimationSet

2012-03-13 Thread Dusk Jockeys Android Apps
Please learn to spell correctly. You may not think it is important, but it is. If your post is hard to read, then people will give up reading it and you will not get the help you are looking for. yupp with dat v can get is meaningless. It doesn't make any sense. No one here will give you the

Re: [android-developers] Re: Universal set up to Android Games

2012-03-13 Thread Oli Wright
You mean as he had been told to do in the other thread he posted? Even as a bare minimum, download some examples from any of the many frameworks out there (e.g. libgdx) and look at how they are structured. Unfortunately, that would likely mean you'd lose some understanding in the process. On

[android-developers] Re: Impossible upload an appliclation on Android Market

2012-03-13 Thread Zsolt Vasvari
This happens often -- just try again and it will work eventually. I seriously doubt the the Market is down. On Tuesday, March 13, 2012 12:19:40 AM UTC+8, Mattia Perazzoli wrote: Hi, today I try to upload an app on the android market, but wen i press upload, this message appear An unexpected

[android-developers] Re: Home Key on ICS

2012-03-13 Thread Zsolt Vasvari
You probably have the Destroy activities immediately checkbox checked. On Tuesday, March 13, 2012 4:25:53 PM UTC+8, Ajay wrote: Hi, I noticed that the Activity in my app is destroyed immediately after I press Home key on ICS only. On Gingerbread or lower, I didn't see this behavior.

Re: [android-developers] Re: make components right to left

2012-03-13 Thread Zsolt Vasvari
It appears that if your text is in a RTL language, ICS will sometimes render it RTL without you have to do anything special. This happens, for example, in ListViews. In my app, I load some localized data and when I load Arabic, the text appears RTL, so it works under at least some

Re: [android-developers] Re: AnimationSet

2012-03-13 Thread geet handa
thanks for suggetion actually i want to run multiple animation in one activity(Screen).. for that i tried this code but animation is not running: package com.anim; import android.app.Activity; import android.graphics.drawable.AnimationDrawable; import android.os.Bundle; import

[android-developers] Re: Application is launching when i just unlock on the emulator

2012-03-13 Thread Dusk Jockeys Android Apps
Probably because Eclipse is by default setup to build and then launch your app on the any available targets, which will include your emulator. So you will maka a change in your code, hit Run, and it will build the app, deploy it to the emulator, and then automatically launch your default activity.

Re: [android-developers] Lock-unlock device during audio recording

2012-03-13 Thread rachana govilkar
nope.it did not work. On Monday, March 12, 2012 11:55:21 PM UTC+5:30, hooman os wrote: Maybe start recording in onResume() and stop recording in onPause() On 12 Mar 2012 10:11, rachana govilkar rachana.govil...@gmail.com wrote: Hello all, I am developing an application inside which i need

[android-developers] Re: Please Help me! I have SQLiteDatabaseCorruption Error

2012-03-13 Thread Zsolt Vasvari
I would very strongly advise you against doing this. There is no guarantee that the binary database file will be compatible across Android version and much less across all custom ROMs. On Tuesday, March 13, 2012 6:00:16 AM UTC+8, Halil Enver Soylu wrote: I have a 5MB database. I split it

[android-developers] Re: Cannot catch swipe action for SoftKeyboard

2012-03-13 Thread Zsolt Vasvari
The source code to the Soft Keyboard (if by that you mean the default Android keyboard) is available here: https://www.codeaurora.org/gitweb/quic/la/?p=platform/packages/inputmethods/LatinIME.git;a=summary Your best bet is to just look at its source. On Tuesday, March 13, 2012 4:57:15 PM

[android-developers] Re: Cannot catch swipe action for SoftKeyboard

2012-03-13 Thread Solution 9420
Hi there, I am the creator of 9420 Tablet Keyboard (and 9420 Thai Keyboard). Pretty much familiar with this matter. For swipe, you can only trap the outcome of the swipe thru the method swipeDown/Left/Up/Right() and it is the swipe at keyboard level. You can change the action of the swipe, for

[android-developers] goback() method of webview

2012-03-13 Thread harshita agrawal
Why goback() method is not working with loadDataWithBaseURL().when i used goback() method with loadDataWithBaseURL(). it's return white screen.But It's working fine with loadData(). -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] give me example of ASYNCTASK

2012-03-13 Thread rathod kantilal
hi guys, give me a short demo of AsynTask with dialog. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] webview problem

2012-03-13 Thread harshita agrawal
we pass url to open in new browser like that .. Intent in = new Intent (Intent.ACTION_VIEW ,Uri.parse(url)); startActivity(in); Now i have html content(not have url) and want to open in new browser. how can i do that. plz tell me if u have any

[android-developers] Target activity Launchmode - singleTask

2012-03-13 Thread rk
Hi, The scenario is, my application constructs an intent and uses startActivityForResult() to launch target activity from third-party- application, Sometimes Third party applications declare the target activity's launch-mode as singleTask, due to this setting, my application receives

[android-developers] dynamically change the content of android mobile

2012-03-13 Thread ramalakshmi
Hi! Yes i am using json webservice.please see this link 192.168.100.9:8000/sample1.php please explain me how can i use the child thread. I think its my solution.but I cant.can you explain me with an example. -- ramalakshmi -- ramalakshmi -- You received this message because you are

[android-developers] Eclipse ADT: virtual devices are not listed if Android version project target?

2012-03-13 Thread Raffaele Sgarro
I recently switched my project target to android-14 because the latest AdMob skd requires so. Still my minSdkVersion in the manifest is 7. I can successfully install and run my app on emulators above Eclair, but these devices are not listed in Eclipse Run menu, so I can't easily test on

[android-developers] Re: API for spherical to planar projection?

2012-03-13 Thread jakob t
No hint on how they (google sky or any other planetarium program) does this ? :) /Jakob On 11 mar, 10:04, jakob t jakob.strom...@gmail.com wrote: Hi! I need to project altitude azimuth coordinates to screen coordinates x,y. Checking around but can't find anything spot on. The closest right

[android-developers] AudioManager setSpeakerPhoneOn does not work on Android 2.2 (Galaxy Tab GT-P1000) but on Android 2.3.5 (HTC Wildfire S)?

2012-03-13 Thread Pinny3
Hi there, I've got the following code running on a HTC Wildfire with Android 2.3.5 and it's working perfectly and as expected, i.e. playing the sound on the internal speaker phone of the device if a bluetooth headset is paired and connected: == SNIP === AudioManager aM =

Re: [android-developers] Re: Hi

2012-03-13 Thread chowdary nani
Hi moktarul, Thanks for replay. Thanks for time i have created my own site and calling gmail api Thanks Naveen. On Tue, Mar 13, 2012 at 2:23 PM, moktarul anam mokta...@gmail.com wrote: Hi, r u using gmail.com or hav created ur own site and calling gmail api ? Moktarul On Monday, 12 March

[android-developers] Force update

2012-03-13 Thread hazem omies
how to make force update for application when its start ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Force update

2012-03-13 Thread Justin Anderson
You can't really... You can notify the user that an update is available, but AFAIK you have to check that against your own server... You can not install/update without the user's interaction though. On Mar 13, 2012 4:31 AM, hazem omies hazem.om...@gmail.com wrote: how to make force update for

Re: [android-developers] Force update

2012-03-13 Thread Marcin Orlowski
On 13 March 2012 11:30, hazem omies hazem.om...@gmail.com wrote: how to make force update for application when its start ? You should not really. All you can do is tell the user there's update available and forward him to Market for download. If your app rely on server side and server side

Re: [android-developers] Emulator Issue (Android 4.0)

2012-03-13 Thread Narendra Singh Rathore
On Wed, Dec 7, 2011 at 2:35 AM, Muhammad Noor muhammadsaddamn...@gmail.comwrote: Hi, I am new to the Android Technology, i have setup following the guide mentioned on the website, and create my first project called Hello World! I able to run that project fine first day, now its second day

[android-developers] Re: How to download without showing Unknown Sources message.

2012-03-13 Thread RLScott
The purpose of having the distinction of unknown sources is so that unscrupulous developers will have a harder time writing code with viruses or other maleware. If it were easy to disable that distinction then the distinction would be worthless. I can't think of any legitimate reason why you

Re: [android-developers] give me example of ASYNCTASK

2012-03-13 Thread Marcin Orlowski
give me a short demo of AsynTask with dialog. No. leaarn how to use google. http://lmgtfy.com/?q=async+task+example+android And how to use please. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to move a button on the screen? setBounds does not work

2012-03-13 Thread Narendra Singh Rathore
On Wed, Dec 7, 2011 at 3:11 PM, melakamc melak...@gmail.com wrote: I need to move a button according to the points given. the button should move to various positions depending on the points given. is there a way to do it? please help I guess, you can do that dynamically (java code) using

Re: [android-developers] ICS Code Different???

2012-03-13 Thread Marcin Orlowski
* *when i try run those code at ICS API 15 it shows me nothing. but when i change the project to API 7 (Eclair) and run it, it show me the result.is there any different between Eclair and ICS code? tried looking at logs (i.e via logcat view)? Regards, Marcin Orlowski * * -- You received this

Re: [android-developers] cpu usage information

2012-03-13 Thread Marcin Orlowski
On 12 March 2012 18:11, oneking onekingg...@gmail.com wrote: How to make a pie chart that tells me cpu usage or memory ram? This is a example: http://gadgetsdna.com/wp-content/uploads/2010/03/SystemPanel-fo-Android-3-280x500.png The same way as you would make pie chart of any other data.

Re: [android-developers] Button animation

2012-03-13 Thread Marcin Orlowski
On 12 March 2012 16:47, Tytanit tyta...@gmail.com wrote: I need help - i am new to android, and i couldn't solve my problem at my own, so i'm posting here - I've got an image animation, a few buttons, and an animation files ( xml) written. What i want to do, is to make a button animation ( i

Re: [android-developers] want android source code

2012-03-13 Thread Marcin Orlowski
On 12 March 2012 18:19, VICKY vigneshv2...@gmail.com wrote: hello sir/madam, i need source code for predictive text input in android .. http://source.android.com/source/downloading.html Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily

Re: [android-developers] Tablet Application Support

2012-03-13 Thread Narendra Singh Rathore
On Wed, Dec 7, 2011 at 10:31 PM, chandu parasigani chanduparasig...@gmail.com wrote: I have developed the application in android2.1. its working fine in small screens,normal screens and also large screens for this i have added the following code in manifest file supports-screens

[android-developers] Re: webview problem

2012-03-13 Thread kalandar
You can use android WebView widget to load html like this, *WebViewObject.loadData(html string content);* i hope this will help you... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Problem in getting the correct time date from mobile in android

2012-03-13 Thread ashiq sayyad
Hi, Hope all doing well I have one requirement that my application must be used between the predefined buisness hrs. Lets say I want my app to be used between 9 am - 6.30pm GMT But there are chances that user can tamper/change the times of the device. I there a way to get the real time

Re: [android-developers] NDK NewsReader

2012-03-13 Thread Marcin Orlowski
On 13 March 2012 03:08, April Randolph april.rando...@gmail.com wrote: Setting up my NDK environment and running into privilege and/or NDK stuff shall go to ndk list: http://groups.google.com/group/android-ndk, not this one. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* -

Re: [android-developers] Re: Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-13 Thread Mark Murphy
On Tue, Mar 13, 2012 at 5:11 AM, Remote Red rremm...@gmail.com wrote: What else would I do with a sdcard like reading and writing? The firmware may have rights that SDK applications do not. For example, IIRC, apps can read from the XOOM's SD card (typically by means of the MediaStore

Re: [android-developers] Lock-unlock device during audio recording

2012-03-13 Thread asheesh arya
possibly u r ryt probably not??? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

  1   2   3   >