Re: [android-developers] Regarding maps

2012-05-21 Thread TreKing
On Mon, May 21, 2012 at 12:54 AM, sourabh sahu souruit...@gmail.com wrote: There is a map a static image, and I have display the area where wheat grow,so I want to display that particular area as shaded one. OK. So do some custom drawing. Review the MavView and Overlay classes and their

Re: [android-developers] Regarding maps

2012-05-21 Thread sourabh sahu
Please can you post some sort of example or weblinks... Thanks, Sourabh On Mon, May 21, 2012 at 11:31 AM, TreKing treking...@gmail.com wrote: On Mon, May 21, 2012 at 12:54 AM, sourabh sahu souruit...@gmail.comwrote: There is a map a static image, and I have display the area where wheat

[android-developers] Localization of numerical edits

2012-05-21 Thread WolpTec
I have some numerical input fields an some ouput fields. In german locale the decimal symbol is ',' whereas in english locale it is '.' My program runs in a german environment of the OS but the input fields use the english locale. The number format of sTemp = String.format(%.2f m, 2 * rest);

[android-developers] Button is not actionable when i set to button background color

2012-05-21 Thread srinivasa reddy avula
Hi friends, i am facing the one issue in android. issue is in single alert box we display 16 buttons with different back ground colors and we handling the listener for getting the result which button is clicked(setonclick listener) but button is not actionable(requirement is Color selector

[android-developers] Spinner Help

2012-05-21 Thread Ashintha Rukmal
Hi,, I'm new to android developing... I'm developing a simple app that have 5 spinners.. when I select 1 item in a spinner I want to auto select other spinner items that equals to the selected item position. I used setOnItemSelectedListner and it worked for the 1st spinner.. but others don't work.

[android-developers] Re: GPS streams in Android to do DGPS

2012-05-21 Thread geogeek11
Hello , i'm searching in the same subject to make android device act like DGPS , i would like to know have found any solutions for this problem ? thanks in advance On Wednesday, November 3, 2010 11:27:07 AM UTC, facotl wrote: Hello, I have done a DGPS (to increase GPS accuracy)

[android-developers] Samsung Galaxy Gio Stuck at Startup

2012-05-21 Thread andrew smart
Hi, I got galaxy gio, which has Android 2.3.3, today at a worse moment of my life, I update my gio from Setting About Phone Update then it ask me for sign in, I login then it start updating after some time it says your phone is now restarting, then a 20 - 30 mints loading comleted and it

[android-developers] Android developer registration with Neteller

2012-05-21 Thread Balint
Hello everyone, I tried to register as an android developer with my Neteller card, but Google asks for the Bank code and my bank account number. I am registered with a local bank now, where I have these data, but I tried to add my Neteller card, so the money I earn would be transferred to that

Re: [android-developers] Re: Android bluetooth api connect to multiple devices at the same time

2012-05-21 Thread Ali Rezaeian
I am using the Android Bluetooth Chat Sample, and I was wondering how and where I should add codes to able to connect to multiple devices? On Wednesday, December 22, 2010 8:57:53 PM UTC-6, Kristopher Micinski wrote: Many people have this problem, this implements a Bluetooth Piconet, this is

[android-developers] Unlock bootloader

2012-05-21 Thread Alessandro
Hello, I wanted to unlock the bootloader, but when i have to inser my IMEI it asks for a 14 digit number, mine is 15 digits. How can i get the right code? -- 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] Contact Groups

2012-05-21 Thread aloksing...@in.com
Hi , I need help in contact groups add, delete and modify. I had a business requirement to perform all these actions through xml. Please provide me any tutorial and links to work ahead. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Read Heap from DDMS

2012-05-21 Thread Ashwin Suresh
Hi, I have the same problem and a similar dominator tree.Did you guys find a solution ??? On Thursday, 2 February 2012 22:27:31 UTC-5, Dmitrij wrote: I have the same problem

[android-developers] Using: Picture.createFromStream gets stuck - does not return new picture

2012-05-21 Thread Asi Mugrabi
Anybody could use Picture.createFromStream successfully? When using static method Picture.createFromStream (static Picture createFromStream (InputStream stream))on a file created by writeToStream, it does not return new picture(actually does not return at all). Here is the snapshot of the code

[android-developers] DrmManagerClient and base DRM agents

2012-05-21 Thread AndroidFan
DrmManagerClient::getAvailableDrmEngines can provide the information about the DRM plug-ins or agents. Is there a standard list of DRM Agents that are always there on Android platform irrespective of the Device manufacturer ? What DRM agents are always supported on ICS ? Thanks Alex -- You

[android-developers] Using MonkeyRunner to test apps on several emulators

2012-05-21 Thread Alberto Giannetto
Hi there, I am writing a set of scripts that drive an app on several emulators simultaneously. My main script spawns several threads, each of which runs an instance of MonkeyRunner and I am using a Monkey script to interact with the app and using a loop calling repeatedly

[android-developers] Altering UserAgent for the Emulator

2012-05-21 Thread apoxy
First, I'm not a developer, I'm QA. Part of my role in QA is to find some answers to questions which apparently not many are asking. Can I change the user agent of the Emulator to match that of an actual device? By using about:debug I can change to desktop, iphone, ipad, froyo, and android,

[android-developers] Impact of Android Customizations by device manufacturers

2012-05-21 Thread Deepak
Hi all, I am trying to write an android application that uses several of the android apis(like policy manager, package manager, wifi apis etc). The concern i have is, android being open, manufacturers/carriers are free to take any specific version of android as their start point and customize

[android-developers] Re: AsyncTask in Android 4.0

2012-05-21 Thread Jerry Stralko
I'm trying to update my codebase to use ThreadPoolExecutor, but I found this to be odd: /** @hide */ public static void setDefaultExecutor(Executor exec) { sDefaultExecutor = exec; } So why is this method hidden? So I can't globally set the DefaultExecutor to ThreadPool?

[android-developers] AlarmManager doesn't start service

2012-05-21 Thread eMu
I have a big problem with my app for serveral days now. I appologize if my english is not so native in advance. I implemented an AlarmManager to give the user of my app the option to start a certain service at any time of the current or the next day. So e.g. the user might choose to set the time

[android-developers] Re: AsyncTask in Android 4.0

2012-05-21 Thread Jerry Stralko
On Friday, April 20, 2012 3:16:35 PM UTC-4, Nathan wrote: Still adjusting to the changes in Android 4.0 regarding AsyncTask. If I understand right, the default behavior of execute is changing to one single thread pool with only one thread? With the reason cited that programmers are not

[android-developers] Screen Lock Dialog.

2012-05-21 Thread Justin Cheng
I am trying to implement a Screen Lock Dialog for an application, much like the 3x3 pattern unlock for the phone. I currently have full functionality except I cannot draw the lines that is drawn between the dots. Tips? -- You received this message because you are subscribed to the Google

[android-developers] Android 2.2 Problem about Video Scaling

2012-05-21 Thread Deniz Tuna
In my application I need to show videos in some boxes with different dimensions. So I am currently giving some dimension to my videoview however videos that I gave could not scale into those regions. They are just cut off from those dimensions. I already tried to implement my own onMeasure

[android-developers] AT commands on android emulator

2012-05-21 Thread Fotis Ailianos
Hello, Is there any way to send directly AT commands on /dev/sdm0 on Android SDK emulator. On real phone it works but I cannot find /dev/smd0 on emulator. Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Storing data on the SD card in Froyo - files deleted when upgrading revisited

2012-05-21 Thread dakin80
I'm using: android.content.ContextWrapper.getExternalFilesDir(null) as the location to store my app's files. The app is designed to run on API versions 8 (Android 2.2) onwards. Whilst testing on the emulator running 2.2 I find that if I upgrade the application then it deletes the existing

[android-developers] Android voice modulation

2012-05-21 Thread xDevloper
i m making an application based on voice modulation. i got success to record and play audio file using media recorder: now i want to convert my audio file(.3gp) in float array. i have tried a lot but still i dont get any proper solution : can somebody tell me how to achieve this -- You

[android-developers] How to get a reference to the stock launcher activity object?

2012-05-21 Thread Daniel
I want to read out the shortcuts' and widgets' position and name on the screens of the launcher. Since every launcher is different, I will focus on the stock launcher of Android for the moment. I have not found an API to do this, so I am trying my luck with Java's Reflection API. So far I

[android-developers] Re: Android 2.2 VideoView Scaling

2012-05-21 Thread Deniz Tuna
I have also the same exact problem as Richard does. Anyone knows how to make those videos fit into the region that is given by me? Thanks in advance. 3 Mayıs 2012 Perşembe 13:13:25 UTC+3 tarihinde Richard Davison yazdı: Hi, I'm trying to create an app that plays a rtsp stream. I'm having no

[android-developers] consuming data from google doc...

2012-05-21 Thread arunghosh arunghosh
i want to consume data from an excel sheet in google doc.how it is done?the doc is updated by admin and the data on my app should be updated accordingly... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] proguard.cfg filling is miising when try to deploy app connected android project

2012-05-21 Thread chethan s
1 I have installed Eclipse (Eclipse IDE for Java EE Developers 3.7.2) + latest version of Android SDK + ADT Plugin + GPE (Google Plugin for Eclipse). When I created *Android Engine Connected Android Project* I got Creation of Element Failed Reason: C:\Android...\tools\lib\proguard.cfg (The

[android-developers] Android Play - How Set a price for each country/region

2012-05-21 Thread Daniel
Hi, I'm trying to set a price other than the default for some countries and regions. But this option does not appear to me. Someone has got to do it? Seen in: http://support.google.com/googleplay/android-developer/bin/answer.py?hl=enanswer=1169947 that this option exists at least for

[android-developers] factory data reset in source code?

2012-05-21 Thread Serj
Hi guys, can someone tell me which class in the source code of Android 2.x.x implements a function for menu icon Settings/Privacy/Factory data reset? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

RE: [android-developers] Re: How to detect screen rotation through 180 degrees from landscape to landscape orientation?

2012-05-21 Thread Maneerat ponsai
Date: Fri, 18 May 2012 16:23:02 -0700 Subject: [android-developers] Re: How to detect screen rotation through 180 degrees from landscape to landscape orientation? From: joachim.pfeif...@gmail.com To: android-developers@googlegroups.com On May 18, 4:20 pm, JP

[android-developers] Android Picasa Image Uploader

2012-05-21 Thread Lex Luthor
Hi, I am looking samples to upload a selected picture from my device to Picasa Album. Is there any way? I tried this snippet: Intent temp = new Intent(Intent.ACTION_SEND); temp.setType(image/png); temp.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);

[android-developers] How to get stream video(m3u8 format) resolution from url link, android2.3.3?

2012-05-21 Thread Baiqi WU
I have tried many ways to retrieve the video meta data from url like (http://xxx.xxx.xxx.xxx/streams//playlist.m3u8), the project is useing android 2.3.3 SDK. 1. As I know the MediaMetadataRetriver can solve it with capture_mode but it needs the android vesion level after 14, but android

[android-developers] How to start a new activity when the client side socket is connected?

2012-05-21 Thread Hasham Tahir
Hi, i am building and app which requires Server PC and Android client. Although i am unable to call and activity using intend right after the client connects. Any ideas? I really need help on this. I am posting my files here Thanks. -- You received this message because you are subscribed to

Re: [android-developers] ActivityNotFound issue

2012-05-21 Thread jitendra patidar
Hi, Are you sure you have declared your activity in your manifest file .99% i am sure it will work. like this. activity android:name=.DynamicTableActivity / On Tuesday, May 15, 2012 6:07:18 PM UTC+5:30, Peeyush wrote: As your activity is not present, attach the logs also if it is

[android-developers] Re: java.lang.OutOfMemoryError on 4.0.3 APV and phone not in 2.1 2.3

2012-05-21 Thread jitendra patidar
Hi , i am using following attached three class to download images in my list view but when i display some of images on screen after that i got out of memory error and hang the application.in my app i am download thousands of images on a single screen. is it possible or not??. Thanks On

[android-developers] sound

2012-05-21 Thread junior ndroid
hey im a beginner in android im using a webview just uploading my html5 and javascripts but my problem is sound im using jquery sound but it cant play on android emulator. any help? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Connecting via WiFi

2012-05-21 Thread Hasham Tahir
You need to create sockets between the two devices one must pe the server others must be the clients see java.net.socket On Monday, 14 May 2012 13:15:18 UTC+5, BArtWell wrote: How to programmatically connect two devices via WiFi? May be I have some way to initialize AdHoc or HotSpot on

[android-developers] How to Add multiple list view inside the scroll view

2012-05-21 Thread jitendra patidar
Here is the layout to use for adding multiple list view inside the table row with its index and finally it will in scroll view for scrolling horizontally and vertically but i am unable to scroll it how to solve this...so that i can scroll and call get view method of adapter...Please guide Me

Re: [android-developers] Re: Uploading large files - using setChunkedStreamingMode

2012-05-21 Thread jitendra patidar
Hi All, I have also problem during lazy loading of images.the out put of log is like this. please guide me if .. (28446): cache size=4191750 length=107 05-16 15:33:06.110: I/MemoryCache(28446): cache size=2952450 length=81 05-16 15:33:06.250: I/MemoryCache(28446): cache size=4228200 length=108

[android-developers] Android Code Architecture

2012-05-21 Thread Claudius Ibn
I started learning Java and Android yesterday, so I`m totally a newbie... I`m developing an app, it will have some basic functions: authentication, post comments, location... My doubt is how to organize the code, I`m asking now because my code is small, but in a few months... I want to make

[android-developers] Re: Android bluetooth api connect to multiple devices at the same time

2012-05-21 Thread koladoo nitish
i have tried this solution.. but it does not work. it crashes on the third device connction. We get an error like this 05-12 15:41:55.463: I/net.clc.bt.ConnectionService(10793): IOException in getConnectedSocket 05-12 15:41:55.463: I/net.clc.bt.ConnectionService(10793): java.io.IOException:

[android-developers] Pasar de una pantalla a otra

2012-05-21 Thread Luis Chacha
La pregunta es como pasar de una pantalla a otra. Por ejemplo desde la pantalla actual hago click en un boton. Quiero que este botón me presente otra pantalla para poder presentar los nuevos controles. Estoy usando Eclipse. Por favor su ayuda. -- You received this message because you are

[android-developers] changing process priority

2012-05-21 Thread kani
Hi all, I am trying to change the priority of another process through the method, setThreadPriority (int tid, int priority) how ever I am getting the security exception saying I don't have permission to modify the given thread. Is there any permission that I must add to the android manifest?

[android-developers] Re: Long click on list activity item

2012-05-21 Thread Kaptkaos
Ah, this was exactly what I needed. Thanks for the tip! -- 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] Webkit browser plugin detection

2012-05-21 Thread MegamanX
Hi all, I've gp the sample code for Browser plugin from the Froyo source code: /development/samples/BrowserPlugin/ I built the plugin and install it on emulators (GingerBread and Honeycomb). I test it with opening a local html file with the web browser and it works/ However, when I install the

[android-developers] Learing Hint

2012-05-21 Thread priyan M
Hai Guys im very new to android development. Can u guys guide me to develop an application. I have Android sdk and i have completely update upto date, and im using Eclipse Helios as an IDE and i using Windows xp os. So far instalation process is completed for. Can u guys help me to learn this

[android-developers] Recording system calls

2012-05-21 Thread CJ
Hi, Could someone tell me what is the best way to record system calls in an android emulator? -- 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] Software and Game dedicated keyboards

2012-05-21 Thread isaac tanner-dempsey
Dedicated keyboard skins are available like this http://www.solotype.com/images/thumbs/0001168_430.jpeg which showed shortcut keys cheat sheets directly on the keys. This is called a dedicated keyboard. I was thinking I would be great if these dedicated keyboard skins were available on tablets I

[android-developers] VOIP call hand off from 3G/4G to wifi and back or vice versa

2012-05-21 Thread Maconsultant
I am curious if anyone has played around with the VOIP stack in ICS. I have found that durning a voip call over 3g/4g if you move into an area with a known associated wifi network the phone will connect to this wifi network and drop the 3g connection and along with it the voip call. this does the

[android-developers] noob developer, application keeps restarting

2012-05-21 Thread jon dattilo
Hi everyone, I'm working on developing my first real application beyond the basic tutorials. It is a fairly simple flashcard program for me to use in school and I have it up and running smoothly. It utilizes a set of variables to keep track of how many and which cards I have seen, nothing too

[android-developers] Thread usage

2012-05-21 Thread sujit das
Hi all, I have created a thread using C++ under mediaserver application. When I am doing 'top' it is showing only cpu usage of all including 'mediaserver' but the newly created thread. can someone help how to get thread level cpu consumption for the newly created thread. -- You received this

[android-developers] jquery sound

2012-05-21 Thread junior ndroid
hi is it possible to play sound on android from jquery sound plugin. im designing an app which should play sound after some time but i cant get the sound issue right :( thanx for helping or atleast trying :) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Publishing free and paid versions of the same app

2012-05-21 Thread Kaptkaos
Hi all, I have a free version of my app posted on Google Play. I have had some demand to provide a paid version also. When I tried ti upload the APK for the paid version, Google Play complained because it used the same package name as the free version. What is the recommended way to

Re: [android-developers] consuming data from google doc...

2012-05-21 Thread Tamil Maran
see this site,here answer been for your question http://tamil-androiddeveloping.blogspot.in/ -- 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

Re: [android-developers] Regarding maps

2012-05-21 Thread TreKing
On Mon, May 21, 2012 at 1:04 AM, sourabh sahu souruit...@gmail.com wrote: Please can you post some sort of example or weblinks... I've named the exact names of the classes you should consult. I'm sure you are quite capable of finding the relevant classes in the documentation and examples using

[android-developers] AT commands on android emulator

2012-05-21 Thread Fotis Ailianos
Hello, Is there any way to send directly AT commands on /dev/sdm0 on Android SDK emulator. On real phone it works but I cannot find /dev/smd0 on emulator. Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] re: for help

2012-05-21 Thread chowdary nani
Hi All, i can create the text view dynamically using code can any help me in deleting the text view programatically using java code in android please help me, Thanks Naveen. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Android

2012-05-21 Thread Milap Gajjar
How can hide my application in android mobile?, but application running background. -- 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

[android-developers] Re: Licensing response with release APK

2012-05-21 Thread Oded
My understanding is that if you are logged in with your developer account on your device then it will always show whatever the test license status is from the server. If not and it's a draft (not yet published) app, then it will always return LICENSED. See

[android-developers] Bitmap rotation performance

2012-05-21 Thread Mauro
Hi you all, the question is simple: how to accomplish the bitmap rotation for big size bitmap without blocking the user for a lot of seconds? For example in the default android gallery you can rotate an image in a very fast manner. I thought to apply the matrix rotation on the ImageView (which

[android-developers] Problem in integrating Android application with Postgresql database

2012-05-21 Thread ashish nayal
I am developing a Android application with target Android 2.1. In this application I try to integrate my application with Postgresql database using jdbc driver(Drivers with which I have tested the application are: postgresql-9.0-801.jdbc4.jar postgresql-9.0-801.jdbc3.jar postgresql-8.3-606.jdbc4

[android-developers] Access to VideoView on WebView in fullscreen

2012-05-21 Thread durzy
Hi, I want to access to video on html5 page when it goes to fullscreen. Unfortunately I can cast it only to SurfaceView (there is a HTML5VideoFullScreen object). Is it possible to cast it to VideoView somehow? Regards, Mariusz -- You received this message because you are subscribed to the

[android-developers] Re: How to Intercept Post request in Android WebView?

2012-05-21 Thread Leif Jakob
Hi, I've found an ugly solution working for android 2.3 (implementing an android.net.http.RequestQueue and gluing it into the framework with reflection) but it doesn't work on ICS anymore... If your ICS is compiled with CHROME_NETWORK_STACK you are out of look. The idea with a proxy is ok,

[android-developers] Android custom Event to javascript EventListener

2012-05-21 Thread smie
Is it possible to create in Android event, witch send data to javascript EventListener in WebView? For example: In background, I start thread what search updates on server. When updates was found I send event to update data on user page(in WebView). And I dont want reload view. Thanks for help!

[android-developers] Re: How to detect Mobile Acess Point network mode?

2012-05-21 Thread Михаил Пашнёв
WifiManager wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE); Method[] wmMethods = wifi.getClass().getDeclaredMethods(); for(Method method: wmMethods){ if(method.getName().equals(isWifiApEnabled)) { try { method.invoke(wifi); } catch (IllegalArgumentException e) {

[android-developers] [NFCSTATUS_PENDING] in packages/apps/Nfc/jni layer of Android stack

2012-05-21 Thread Nishitha Adaranthe
We were facing a problem during firmare download part of the jni code in com_android_nfc_NativeNfcManager.cpp file. So we commented the code which was responsible for firmware download. Now phLibNfc_Mgt_Initialize() function in same file retuned nfcstatus as [NFCSTATUS_PENDING]. We dont know

[android-developers] Re: How to convert .swf to .apk ?

2012-05-21 Thread Robert
confused, Your link cannot be found by my browser (404 not found). Could you check it, please? -- 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

Re: [android-developers] Publishing free and paid versions of the same app

2012-05-21 Thread Balint Farago
Your pro version must have a different package name from the free one. This means, when the users download the pro version, they will also have the free version installed on their phone. This is how I usually do it and have not found other ways yet, i guess this is the general solution. 2012/5/17

Re: [android-developers] noob developer, application keeps restarting

2012-05-21 Thread Raghav Sood
When it is in the background, Android kills your application when it needs more resources. One way to keep your data would be to write it to SharedPreferences in onPause(), and read it from the same in onResume(). http://developer.android.com/reference/android/content/SharedPreferences.html

Re: [android-developers] Samsung Galaxy Gio Stuck at Startup

2012-05-21 Thread Raghav Sood
This list is for developing applications with the Android SDK. For help with your phone, try finding a phone specific forum. Thanks On Thu, May 17, 2012 at 11:56 PM, andrew smart andrewsmart...@gmail.comwrote: Hi, I got galaxy gio, which has Android 2.3.3, today at a worse moment of my

Re: [android-developers] Regarding maps

2012-05-21 Thread sourabh sahu
I know ...I browse a lot for some example..but no help..thats why I asked you to put some example. Sourabh On Mon, May 21, 2012 at 12:12 PM, TreKing treking...@gmail.com wrote: On Mon, May 21, 2012 at 1:04 AM, sourabh sahu souruit...@gmail.comwrote: Please can you post some sort of example

Re: [android-developers] Publishing free and paid versions of the same app

2012-05-21 Thread Raghav Sood
Move all of the common code to a library project. You will need two different package names to upload the apps still, but it will save you from having two different projects altogether. Thanks On Mon, May 21, 2012 at 12:37 PM, Balint Farago balintfar...@gmail.comwrote: Your pro version must

[android-developers] camera preview formats and sizes

2012-05-21 Thread Marco
hello, i would need to process camera preview frames of high quality in android. Is there a list of devices which are capable of using the ImageFormat.RGB_565 camera preview format? i would need to know supported preview formats and supported preview size before buying the device... (i can't use

[android-developers] Re: Banned For title Of App(hungry Hippo's)

2012-05-21 Thread kj
The best option for your app would be to stop using a hippo character and switch to a different animal, like pigs. Right now your app has text and characters that are similar to the hungry hippo's board game and no matter where you post it will probably get DCMA'd. -- You received this message

[android-developers] Performance issues on android

2012-05-21 Thread Henry
Hi - I have an android app that is continuing to have loading and speed issues, regardless of the numbers of users. Does anyone have experience is performance optimization on android that might be able to help? Please let me know Thanks, Henry -- You received this message because you are

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-21 Thread Mek Rama
Yes, Fragments helps a lot. I did multi tasking using activities, Asyctask, hidden layouts in a Relative lout,etc. But Fragments is the best solution, I believe.Not sure about compatible jars of fragments that works in lower versions, but heard that it works equally good. I think every

[android-developers] Need Help Im beginner

2012-05-21 Thread Rahul Kapoor
i want to put advertisement on my android application. i use admob sdk in my library. but whenever i try to put import com.admob . it became red, pls help me to fix that -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Listview with multiple layout

2012-05-21 Thread Mek Rama
Layout: Two layout xml files: 1)one layout for listview 2)another layout for list items. use two textview widget and arrange it one below other. Layout: 1)linear layout 2)relative layout or use combination of relative and linear application code: use i)SimpleCursorAdapter ii)custom

[android-developers] Deleting from item from listview using OnItemLongClickListener

2012-05-21 Thread Tadas Martinkus
Hello, In code I have listview which is saving in ArraylistDay. Everything with item adding work, but i want to delete it using long click listener. I use some tutorials but it doesn't work - when i run program it get froce close. i use this source code. listView_monday =

[android-developers] Re: Accessing Front and Back Camera at the same time

2012-05-21 Thread Mohit Ramani
From what i know is that it is not possible. You are right the hardware is different for both but the software that accesses the camera is same and it can only use one camera at a time. On Monday, May 21, 2012 9:05:58 AM UTC+5:30, perumal316 wrote: Hi All, I want to access the front and

[android-developers] call an Activity by intend and callbyvalue

2012-05-21 Thread superpsycho
Hi, i´ll want to call the NextActivity, give an integer to its creation and identify whats to create by the given int. My existing code is like: 1. Intent dosth = new Intent(ThisActivity.this, NextActivity.class); 2. startActivity(dosth); what i simply want to have is: 1. Intent dosth = new

[android-developers] get the color pallete of image

2012-05-21 Thread Ignatius Ranu
how to get color pallete of image 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 this group, send email to

[android-developers] How to Show the full image on clicking the Discard button using the crop app?

2012-05-21 Thread potupaul
I was working with these code which i Googled and found here http://www.londatiga.net/featured-articles/how-to-select-and-crop-image-on-android/ The built in crop app has these discard button which completely cancels the activity bt i want to capture the original selected image and

[android-developers] Bluetooth

2012-05-21 Thread Samuel Caetano
Hello guys, i've been looking for some docs about bluetooth in android Can you guy show me some docs about it? 'cause i've been trying to use the google documents explanations about bluetooth, but that was a full waste of time -- You received this message because you are subscribed to the

[android-developers] Content Providers

2012-05-21 Thread Mohit Ramani
Hi All, I am developing an application which will have to catch notifications for Incoming SMS, Outgoing SMS, Missed Calls, Incoming Outgoing E-mails. Now I have found a way to get all these notifications except for the e-mail which seems impossible at the moment, but my question is will

Re: [android-developers] How to check which button is clicked

2012-05-21 Thread ravi saini
hii just implement your class activity from onclickListener and implement its method onclick and in that method you can use switch to get which button is pressed like switch (v.getId()) { case R.id.im1: { button1.setImageResource(R.drawable.p1o);

Re: [android-developers] Can I get user's city without using GPS?

2012-05-21 Thread SHIVENDRA SONKER
How to develope android application? Plz give the answerwith coding. On 15 May 2012 17:33, Perry168 perry...@gmail.com wrote: Hi all, ** I hope to get user's country and city without using GPS. Basically, I know how to get user's country. I searched some post from the web. It can use

[android-developers] android live vedio streaming project

2012-05-21 Thread SHEYAM CONSTANTINE
i am in a project of live viedo streaming from android device but the time of viedio uploaded doesnt matches it shows 12hrs later helpme -- 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] fatelexception main,nullpointer exception

2012-05-21 Thread radha ch
hi am doing one app .here i have 50 buttons when i clcik each button that time i need to display some images in gallery.its working fine.but at the same time i need to play that image related sounds also that time i am getting error. same app i run emulator its working fine. but in samsung

[android-developers] Implementing OnGestureListener on SurfaceView

2012-05-21 Thread Surej Anwar
Hi Folks, I wanted to check on android gestures . I did implement a SurfaceView derived class which implements OnGestureListener. However, I was not able to get any logs w.r.t gesture methods. Here's the code . Am I missing out something here ? package com.srj.mygame; import

[android-developers] TimePicker 24hours

2012-05-21 Thread Tadas Martinkus
Hello, How to do 24hours time picker becouse now it 12hours with pm and am. -- 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

[android-developers] Help with removing item from listview using long click listener

2012-05-21 Thread Tadas Martinkus
Hello, I need to delete item from list view. i serch in google for examples but no one work. Here is a picuture of my project https://lh6.googleusercontent.com/-z78McA3Jyxw/T7Y3ghXZkrI/ABY/xsJY7SuaOaY/s1600/Untitled.jpg Everything with adding work. But i need to delete one of them

[android-developers] Android WebDriver does not support JS execution

2012-05-21 Thread 伟 李
I am using Android latest SDK Tool(rev.19), and the google web driver rev.2. I found the js execution does not support on android framework mode whatever on emulator 4.0.3 or real 2.3 driver, but it works well on remote android web drvier. Any one know why? is it a bug of google web driver?

Re: [android-developers] TimePicker 24hours

2012-05-21 Thread David Olsson
http://developer.android.com/reference/android/widget/TimePicker.html Especially: http://developer.android.com/reference/android/widget/TimePicker.html#setIs24HourView(java.lang.Boolean)

[android-developers] Contacting Google - how things are done... by Google

2012-05-21 Thread Stanislav Vlasic
Hello to group! I have nothing much to say, see link below: http://www.wgmetal.hr/documents/contacting_google.pdf -- 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

[android-developers] Softkeyboard

2012-05-21 Thread Tony
I want to program a softkeyboard where you click on a key, and instead of outputting an alphabet into the textediting area, i want it to output a different letter or symbol. Sort of like how a japanese romaji keyboard would work. (eg: when you click on the a, r, i, g, a, t, o, u keys, it would

[android-developers] Re: Help

2012-05-21 Thread Mark
OOPS.. Here is the code This all happens from a button pressed on the 2nd layout (items.xml) private View.OnClickListener onAddItem = new View.OnClickListener() { public void onClick(View v) { setContentView(R.layout.additem);

[android-developers] Why none of the Motorola add-ons in the SDK cannot be launched in emulator

2012-05-21 Thread technicware
Hi, I have the latest Android SDK r19 with several Motorola device add-ons: Atrix2, xt882, etc. None of them can be successfully run in the emulator. Logcat reports all kinds of error, like file not found, cannot cache xyz, no space left on device, etc. I also have a LG Real3D add-on, and it

  1   2   3   >