Re: [android-developers] Share data between an activity and an event listener (separate class file)

2012-06-29 Thread StSch
I maybe should have said: Can I access attributes/member variables of my activity in my event listener? That is: Manipulate the date in my listener and have the updated data in my activity? Am Freitag, 29. Juni 2012 21:27:38 UTC+2 schrieb MagouyaWare: > > This is a basic java question, not relat

Re: [android-developers]

2012-06-29 Thread vaibs malviya
my question is not that i just want to know why tabhost not work in 4.0. On Fri, Jun 29, 2012 at 8:07 PM, Justin Anderson wrote: > To find the cause of your force close look at the logcat output... > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware >

[android-developers] Re: about the number of processes in Android app

2012-06-29 Thread Kumar Rangarajan
> > On Jun 29, 10:27 am, Mark Murphy wrote: > > On Fri, Jun 29, 2012 at 12:57 PM, M wrote: > > > Is this case true that one single Android app has multiple processes > > > > Not normally. > > When I monitored the kernel system calls, the app process always forks > other processes. weird to

[android-developers] Re: C2DM is deprecated from june26th

2012-06-29 Thread Mek Rama
okay, I see the https://developers.google.com/android/c2dm/ *Important:* C2DM has been officially deprecated as of June 26, 2012. At that time C2DM stopped accepting new users and quota requests. C2DM has been replaced byGoogle Cloud Messaging for Android

Re: [android-developers] Battery usage per app

2012-06-29 Thread Kumar Rangarajan
> > > It also provides hardware component level breakdown of each app. > > It is also only accurate for the Nexus One, last I checked. > That is true. Its still the same. But then as a developer (assuming u have the N1), would'nt getting power consumption details on one model still give u a f

[android-developers] Re: C2DM is deprecated from june26th

2012-06-29 Thread Mek Rama
can you share the news from Google android or send the link if it is posted in Google's android blog.?? On Thursday, June 28, 2012 2:46:47 PM UTC+5:30, SIDHU wrote: > > Hi guys C2DM was deprecated and GCM came into existance plz notify this to > every one > > -- You received this message becau

Re: [android-developers] how to add listview in to sliding drawer??

2012-06-29 Thread DILEEP PT
http://schemas.android.com/apk/res/android"; android:background="#FFCC" android:id="@+id/drawer" android:layout_width="fill_parent" android:layout_height="fill_parent" android:handle="@+id/handle" android:content="@+id/content">

Re: [android-developers] Question about this group itself

2012-06-29 Thread TreKing
On Thu, Jun 28, 2012 at 10:08 AM, Francisco M. Marzoa Alonso < fmmar...@gmail.com> wrote: > If someone has a clue on how to solve this... Create a filter in Gmail to have anything sent from you and addressed to the Group get stamped with a specific label. This will appear as a folder in TB. ---

Re: [android-developers] Re: GPRS connection problem in Android 2.3

2012-06-29 Thread Siva kumar Balasubramanian
Username and Password is not required. Same APN settings works with other Android Tablet On Fri, Jun 29, 2012 at 6:54 PM, lbendlin wrote: > does your APN require a username and password? > > > On Friday, June 29, 2012 8:35:38 AM UTC-4, Siva kumar wrote: >> >> Hi all, >> >> I got s3c6410 Arm dev

Re: [android-developers] How do I set up the project in the Android site's “Managing the Activity Lifecycle” training exercise?

2012-06-29 Thread TreKing
On Fri, Jun 29, 2012 at 8:44 PM, Jason Hsu wrote: > No matter what I do, there are errors that keep the project from running. Explaining what these errors are would help in you getting help. - TreKi

Re: [android-developers] Sandwich situation

2012-06-29 Thread bob
Can you send me the link to this? I was looking for the developer phones the other day, but I couldn't find it. On Thursday, June 28, 2012 9:30:43 AM UTC-5, Jack Steele wrote: > > If you didn't want a 2 year contract, you could buy the GSM Galaxy Nexus > from Google Play... > > Jack > On Jun

[android-developers] How do I set up the project in the Android site's “Managing the Activity Lifecycle” training exercise?

2012-06-29 Thread Jason Hsu
I'm trying to implement the project in the Android site's "Managing the Activity Lifecycle" training exercise at http://developer.android.com/training/basics/activity-lifecycle/index.html . The instructions don't say how to set it up. A *.zip file is provided, but I can't figure out how to g

Re: [android-developers] how to add listview in to sliding drawer??

2012-06-29 Thread TreKing
On Fri, Jun 29, 2012 at 4:57 AM, Salman Amjad wrote: > m beginner can any1 plz help me? Start here: http://lmgtfy.com/?q=how+to+write+in+english - TreKing

[android-developers] Re: How to prevent the layout from getting reset when the screen orientation changes?

2012-06-29 Thread Nobu Games
As someone in your other thread already mentioned: you need to keep track of these layout changes you do and save this information in the onSaveInstanceState method. You could save a boolean value for example that indicates that "Button 2" has been added. In onCreate you need to read the savedI

[android-developers] Re: Purchase App Source Code

2012-06-29 Thread Nobu Games
On Thursday, June 28, 2012 5:07:13 PM UTC-5, Mitchell wrote: > > The email stated previous account violations. I'm thinking this dev > may have been suspended previously. Can anyone give some insight on what > could have happened? If that email says that your account has been suspended because

Re: [android-developers] Re: Purchase App Source Code

2012-06-29 Thread James Black
Unless it copied a better known drawing application. On Jun 29, 2012 6:25 PM, "Mitchell" wrote: > Obviously a drawing app should not have any problems. > > On Jun 29, 5:37 pm, Uwe Maurer wrote: > > What kind of app was it ? > > > > > > > > On Friday, June 29, 2012 12:07:13 AM UTC+2, Mitchell wro

Re: [android-developers] Code to send mail not working

2012-06-29 Thread Nobu Games
On Friday, June 29, 2012 5:51:14 PM UTC-5, MagouyaWare wrote: > > Ummm... care to explain exactly what "not working" means? > > The copy-pasta gremlin has eaten the code correctness. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: help me

2012-06-29 Thread Nobu Games
> *private void Validations() > { > if(val1!=null) > { > Toast.makeTest(this,"Enter First Value"3000); > } > if(val1!=null) > { > Toast.makeTest(this,"Enter Second Value"3000); > } > > }* > Judging this piece of code you are a complete beginner and may want to pick up som

Re: [android-developers] Spinner in ListView

2012-06-29 Thread Justin Anderson
> > Please let me know the solution ASAP. > Please show us your code first... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 28, 2012 at 11:53 PM, smarajeet wrote: > Hi, > I have a List View Containing spinners which are loaded dynamically at

Re: [android-developers] How can i stop mails from these site

2012-06-29 Thread Justin Anderson
Follow the instructions at the bottom of EVERY SINGLE EMAIL YOU GET... 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] help me

2012-06-29 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jun 25, 2012 at 10:15 AM, Sreenivas Reddy < srinivasreddygajj...@gmail.com> wrote: > sir i am a learner, > i did not understand validations in simple calc

Re: [android-developers] how to add listview in to sliding drawer??

2012-06-29 Thread Justin Anderson
What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 3:57 AM, Salman Amjad wrote: > i m tryng to add listview to sliding drawer but dont know abt the way. > m beginner can any1 plz help me? > > -- > You receiv

Re: [android-developers] how to get links addresses from database to imageview?

2012-06-29 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 8:29 AM, Tej prakash wrote: > hi. > Iam using webservice for my app. i have to give link address to an image > in listview i.e that l

Re: [android-developers] Expandable List

2012-06-29 Thread Justin Anderson
Please don't ask the same question more than once... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jun 25, 2012 at 2:51 AM, sujit acharya wrote: > > In ExpandbaleList each row having one LinearLayout. > each LinearLayout contains 3 buttons. > But

Re: [android-developers] Code to send mail not working

2012-06-29 Thread Justin Anderson
Ummm... care to explain exactly what "not working" means? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 6:25 AM, sri kanth wrote: > Button b1=(Button)findViewById(R.id.btnmail); > b1.setOnClickListener(new View.OnClickListener()

Re: [android-developers] How to prevent the layout from getting reset when the screen orientation changes?

2012-06-29 Thread Justin Anderson
You have asked this question already. Please don't post the same question more than once... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jun 25, 2012 at 11:30 AM, StSch wrote: > I am aware of this article ( > http://developer.android.com/guide/

Re: [android-developers] how to add image buttons in gridview in android

2012-06-29 Thread Justin Anderson
What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jun 25, 2012 at 11:53 PM, nanda wrote: > hi > > I am new to this android and i need to add image buttons in grid view by > parsing an xml.how to do this?? > > > Thanks > >

Re: [android-developers] I want to create a home screen widget which updates using a csv file when the widget or a button on it is being pressed.

2012-06-29 Thread Justin Anderson
http://lmgtfy.com/?q=android+update+widget+from+file+tutorial Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 28, 2012 at 10:50 AM, Harry Wardlaw < vernehmlass...@googlemail.com> wrote: > Is there a tutorial for this? I am asking cause I have p

Re: [android-developers] Re: Trying to set toggleButton at right of text view

2012-06-29 Thread Justin Anderson
Why do you have so many LinearLayouts inyour XML? You don't need to wrap your TextView or your ToggleButton in a LinearLayout. That being said, the problem is that you are declaring your LinearLayout to be VERTICAL... Hence, the TextView would be added, and then the ToggleButton would be added VE

Re: [android-developers] Android Device Emulator

2012-06-29 Thread Justin Anderson
Ask Adobe... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Jun 23, 2012 at 1:58 AM, Zan wrote: > Hello all, > > Just developed a fast application in Adobe Flash CS5, and I published > it as an "Emulator Release" for Android 2.2. Adobe compiled &

Re: [android-developers] Using Implicent Intent to open system application

2012-06-29 Thread Justin Anderson
Oh, and you are setting up an EXPLICIT intent, not an IMPLICIT intent... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 4:25 PM, Justin Anderson wrote: > You already asked this question and you received an answer... What more do >

Re: [android-developers] Using Implicent Intent to open system application

2012-06-29 Thread Justin Anderson
You already asked this question and you received an answer... What more do you want? The problem is that nothing is calling your LaunchComponent() method... As you were told before, override the onCreate() method and call your LaunchComponent() method from there. Thanks, Justin Anderson MagouyaW

[android-developers] Re: Purchase App Source Code

2012-06-29 Thread Mitchell
Obviously a drawing app should not have any problems. On Jun 29, 5:37 pm, Uwe Maurer wrote: > What kind of app was it ? > > > > On Friday, June 29, 2012 12:07:13 AM UTC+2, Mitchell wrote: > > > Hi, > > > I purchased app source code from a developer changed a phew things and > > published my app.

[android-developers] Re: Purchase App Source Code

2012-06-29 Thread Mitchell
It was a drawing app. On Jun 29, 5:37 pm, Uwe Maurer wrote: > What kind of app was it ? > > > > On Friday, June 29, 2012 12:07:13 AM UTC+2, Mitchell wrote: > > > Hi, > > > I purchased app source code from a developer changed a phew things and > > published my app. 5 days later my account got susp

Re: [android-developers] Is AUG meeting next Tuesday?

2012-06-29 Thread Justin Anderson
Ummm... this group doesn't meet, AFAIK... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 1:31 PM, Jason Hsu wrote: > Next Tuesday is July 3rd. Will this group be meeting? > > -- > You received this message because you are subscri

Re: [android-developers] GoogleCalendarSyncAdapter - any limit on syncing calendar events from google server

2012-06-29 Thread Michael Chan
Hi, The GoogleCalendarSyncAdapter's sync window is currently one month back and one year forward. It won't sync any event that ended earlier than a month ago. GoogleCalendarSyncAdapter does not have a limit on the number of event. Of course, there storage limits and the database will be slow and

Re: [android-developers] Activity Feed Within Native Android App

2012-06-29 Thread TreKing
On Thu, Jun 28, 2012 at 1:38 AM, Xiaoyang wrote: > where should I start? > http://www.catb.org/~esr/faqs/smart-questions.html - TreKing - Chicago t

Re: [android-developers] I really Need help guys

2012-06-29 Thread TreKing
First, please give your post a useful, relevant title. This will help people decide if it's a topic worth reading and makes the discussion easier to find later if someone searches for something similar. On Fri, Jun 29, 2012 at 2:32 PM, Jaison Brooks wrote: > public class MainActivity extends Acti

Re: [android-developers] Re: AccountManager undocumented exception returns "unknown authTokenType"

2012-06-29 Thread Sandeep Dhameshia
thanks mate for reply. am using nexus device, so shouldn't be that issue. and I see it not that frequently. bit strange but it's happening at particular time in a day, say between 18-21IST. I know it's weird but I've observed this. rest of the times it's as expected!! On Jun 29, 2012 8:57 PM, "H"

[android-developers] I really Need help guys

2012-06-29 Thread Jaison Brooks
Ok, im feeling really stupid right now, for some reason i cannot figure out how to create just a signal application that when the user clicks the icon from the home screen, it opens a different application. For instance, you click on my app and it takes you to your email icon, or settings or so

[android-developers] Is AUG meeting next Tuesday?

2012-06-29 Thread Jason Hsu
Next Tuesday is July 3rd. Will this group be meeting? -- 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

Re: [android-developers] Share data between an activity and an event listener (separate class file)

2012-06-29 Thread Justin Anderson
This is a basic java question, not related to Android in any way... To do that you can create a constructor that takes as parameters the data you want you're listener to have access to. Alternatively you can add getters/setters to add that data you want separately. .. On Jun 29, 2012 1:21 PM, "St

[android-developers] Share data between an activity and an event listener (separate class file)

2012-06-29 Thread StSch
I have an Activity with a button and register an OnClickListener on this button that is defined in a separate class file. Can I share data between these 2 resources? That is: Can I access attributes/member variables from my activity in my event listener? Regards, -Steffen- -- You received thi

Re: [android-developers] Re: PNG loading that doesn't premultiply alpha?

2012-06-29 Thread Romain Guy
> > Another big issue similar to alpha-premultiply is that 32Bit ARGB Images > are changed > to 16Bit after scaling (especially if all alpha values are 255), without > some dirty tricks. > This is a big issue to, it's far away from the precission needed for good > normal mapping. > There was a bug

Re: [android-developers] Re: about the number of processes in Android app

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 2:22 PM, M wrote: >> On Fri, Jun 29, 2012 at 12:57 PM, M wrote: >> > Is this case true that one single Android app has multiple processes >> >> Not normally. > > When I monitored the kernel system calls, the app process always forks > other processes. weird to me. The ker

Re: [android-developers] Preferred way to prevent the layout (example included) from getting reset when the screen orientation changes?

2012-06-29 Thread TreKing
On Sun, Jun 24, 2012 at 8:10 AM, StSch wrote: > I am a bit stuck. It's a pretty simple example, the checkbox's event > handler adds one button to the layout. I change the screen orientation > and the button disappears. The button that was added to the layount in > the onCreate()-method remains on

Re: [android-developers] Preferred way to prevent the layout (example included) from getting reset when the screen orientation changes?

2012-06-29 Thread StSch
I add one button programatically to my layout and would have expected Android to keep the layout, especially since the documentation of the onSaveInstanceState()-method says: The default implementation takes care of most of the UI per-instance state for you by calling onSaveInstanceState() on e

[android-developers] progress bar too small

2012-06-29 Thread bob
I'm trying to make a large indeterminate progress bar for my tablet. When I do this style="?android:attr/progressBarStyleLarge" it still is fairly small. If I force it to be larger, it gets real grainy. Is there a way to get a big progress bar that isn't all grainy? -- You received thi

[android-developers] Using Implicent Intent to open system application

2012-06-29 Thread Jaison Brooks
Ok, im feeling really stupid right now, for some reason i cannot figure out how to create just a signal application that when the user clicks the icon from the home screen, it opens a different application. For instance, you click on my app and it takes you to your email icon, or settings or so

[android-developers] Re: about the number of processes in Android app

2012-06-29 Thread M
On Jun 29, 10:27 am, Mark Murphy wrote: > On Fri, Jun 29, 2012 at 12:57 PM, M wrote: > > Is this case true that one single Android app has multiple processes > > Not normally. When I monitored the kernel system calls, the app process always forks other processes. weird to me. > > > and each

[android-developers] Re: prevent your app from showing in defautl app selection

2012-06-29 Thread Nobu Games
Post your manifest file. The only reason why this happens is your app declares itself to be able to handle this kind of intent. You may want to read the following: http://developer.android.com/guide/components/intents-filters.html#ifs -- You received this message because you are subscribed to

Re: [android-developers] Re: prevent your app from showing in defautl app selection

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 1:58 PM, rayk wrote: > I am puttting this out there again.  I have not been able to take my app off > the chooser lis. Get rid of the that is causing it to be an option in the chooser. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

[android-developers] Re: prevent your app from showing in defautl app selection

2012-06-29 Thread rayk
I am puttting this out there again. I have not been able to take my app off the chooser lis. On Wednesday, June 13, 2012 3:56:47 PM UTC-4, rayk wrote: > My app plots locations on a google map. When user selects the location a > popup comes up to get directions to the place. Selecting directi

Re: [android-developers] Remote database for users' game data - Best Practices

2012-06-29 Thread Raghav Sood
> > You do not have to sign up on your Web site to make in-app purchases, > AFAIK. If you choose to make this a requirement, that is your > decision, but then please don't complain when users get frustrated > with your game setup. If nothing else, make it a lazy requirement -- > *only* ask them to

Re: [android-developers] Remote database for users' game data - Best Practices

2012-06-29 Thread Raghav Sood
> > So store the currency in an online database? Or use some form of > encryption... Or understand that pretty much nobody will do this, and > if they do, simply boot their account from your system. > Everything is intended for the online database. The local one is temporary storage in case an in

Re: [android-developers] Remote database for users' game data - Best Practices

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 1:39 PM, Raghav Sood wrote: >> Make it optional. The only features you get ("move their progress and >> purchases across devices") are not strictly required for your app to >> work, AFAICT. > > I also intend to use this to store in app purchase info. You do not have to sig

Re: [android-developers] Remote database for users' game data - Best Practices

2012-06-29 Thread Kristopher Micinski
> Wow. Mark Murphy hasn't tried something related to Android :-) Anyways, > since all of my items are managed items, I can verify with Google if the > user has purchased them or not, but the local database might also have in > app currency values. A rooted user could exploit this to give himself >

Re: [android-developers] problem with apk file in 2.3.6

2012-06-29 Thread akash roy
thanx to all... I got the solution..there was a mismatch of android sdk version...i coded it in 2.2 and it worked on that samsung android phn galaxy s2 .. again thanx a lot.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

Re: [android-developers] Remote database for users' game data - Best Practices

2012-06-29 Thread Raghav Sood
> > Make it optional. The only features you get ("move their progress and > purchases across devices") are not strictly required for your app to > work, AFAICT. > I also intend to use this to store in app purchase info. > Not really. Moreover, other than the in-app purchases, it should not > mat

Re: [android-developers] Android ICS VpnService

2012-06-29 Thread Robert Greenwalt
You say you found some applications "that use VpnService, but without using a remote server". Are the providing VPN capabilities? i don't think so. Yes, you can create a client-side VpnService without network connectivity, but it's clearly not providing a vpn. I think if you want to create a re

Re: [android-developers] about the number of processes in Android app

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 12:57 PM, M wrote: > Is this case true that one single Android app has multiple processes Not normally. > and each process has multiple threads? Yes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] Remote database for users' game data - Best Practices

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 1:01 PM, Raghav Sood wrote: > Some users may not appreciate having to sign up for an account Make it optional. The only features you get ("move their progress and purchases across devices") are not strictly required for your app to work, AFAICT. > A rooted user could edit

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Kristopher Micinski
> The employees agree to keep the phone and GPS feature turned on as long as > possible > Not to mention ensuring they don't install a "fake GPS" app... kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

Re: [android-developers] Activities in Android Game

2012-06-29 Thread Tony Houghton
On Fri, 29 Jun 2012 07:51:32 -0700 (PDT) Pablo Ramon <19bard...@gmail.com> wrote: > If my game has a Main menu, level selector, etc... Will I create an > activity for any menu, or only one Activity that manage a SurfaceView and > helping with "states" Draw the especified menu? I think this real

Re: [android-developers] Is it possible to pre-assign permission for specific USB device?

2012-06-29 Thread Dianne Hackborn
Sorry, no there is not. On Thu, Jun 28, 2012 at 5:43 AM, Subodh Nijsure wrote: > > I have an application that talks to external USB device with vendor id of > say 0xD00D and product id of 0x01. > > Is it possible to specify in AndroidManifest.xml file that my application > should always have perm

[android-developers] Remote database for users' game data - Best Practices

2012-06-29 Thread Raghav Sood
Hi all, I'm working on a game. My game has a bunch of things like In app purchases, in game credits, unlocked content etc. To allow users to move their progress and purchases across devices, I've decided to have them sign up for an account at the beginning. This account will store all of their dat

Re: [android-developers] may i declare in the AndroidManifest.xml of the test project?

2012-06-29 Thread Dianne Hackborn
I would *strongly* discourage you from using shared user IDs. Once you publish your app like this, you can't change it. This has lots of subtle repercussions for your app. Just please stay away from it. Definitely do not use it just for testing. On Wed, Jun 27, 2012 at 8:22 PM, tiger meng wro

Re: [android-developers] Battery usage per app

2012-06-29 Thread Dan
On Friday, June 29, 2012 3:22:28 AM UTC-4, Dianne Hackborn wrote: > > No. The way this is done is very complicated, using an ever-evolving set > of measurements of various operations applications are doing and computing > them against a device-specific power profile to construct the UI. This i

[android-developers] about the number of processes in Android app

2012-06-29 Thread M
Hi, Is this case true that one single Android app has multiple processes and each process has multiple threads? Thanks M -- 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

Re: [android-developers] Can´t kill an activity/app

2012-06-29 Thread Dianne Hackborn
What does "Android 2.2 Google Maps" mean? Anyway, the default implementation of Activity when it gets the back key is to call finish(). If it is not finishing, you are overriding this behavior or doing something else to change it. On Fri, Jun 29, 2012 at 9:51 AM, icaro...@gmail.com wrote: > Hi

[android-developers] Re: Android Spinner not working

2012-06-29 Thread sach
Hi please give me your xml file i solve that one. -- 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+u

[android-developers] Re: about the communication channels between android apps

2012-06-29 Thread Chris Stratton
On Jun 29, 12:24 pm, M wrote: > So, is there any way to montior all the communication channels between > Android apps inside the devices? No, because people can play dirty tricks like modulating and measuring the system load to transmit information slowly. -- You received this message because

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Chris Stratton
On Jun 29, 12:08 pm, Mihai Popescu wrote: > The client is not a seller, it is a large company and its activity involves > mostly transporting goods throughout the country. The purpose of the > software is to monitor truck driver location, thus enforcing some policies > to save money. Can't have a

[android-developers] Re: Start voice typing from code ?

2012-06-29 Thread Nobu Games
Maybe following link is of help for you. Apparently this can only be done on ICS devices and is meant to be integrated into IMEs: http://android-developers.blogspot.com/2011/12/add-voice-typing-to-your-ime.html -- You received this message because you are subscribed to the Google Groups "Androi

Re: [android-developers] HELP PLEASE.

2012-06-29 Thread TreKing
On Tue, Jun 26, 2012 at 7:20 PM, codedreamer wrote: > this xml file just wont work Explaining what "just wont work" means would go a long way to getting you help. - TreKing

Re: [android-developers] HELP PLEASE.

2012-06-29 Thread Sonvane Sachin
hi, http://schemas.android.com/apk/res/android"; package="np4.com" android:versionCode="1" android:versionName="1.0" android:installLocation= "preferExternal"> -

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Nobu Games
You got your answers by programmers who are familiar with the Android SDK and platform. What you are requesting is not possible without firmware modifications (which is out of the scope of this group). And I agree with Daniel's remarks. The idea itself is a bit flawed. What happens if there is

Re: [android-developers] Re: about the communication channels between android apps

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 12:24 PM, M wrote: > So, is there any way to montior all the communication channels between > Android apps inside the devices? Only via your own custom firmware, for obvious privacy and security reasons. Discussion of that is off-topic for this list -- see http://source.an

[android-developers] Re: about the communication channels between android apps

2012-06-29 Thread M
Thanks a lot for your reply! So, is there any way to montior all the communication channels between Android apps inside the devices? Any existed mechanism or reference or codes? Thanks a lot. M On Jun 14, 8:35 pm, Kristopher Micinski wrote: > On Wed, Jun 13, 2012 at 1:33 AM, michael wrote: >

Re: [android-developers] HELP PLEASE.

2012-06-29 Thread Raghav Sood
Well, seeing as you aren't telling us the exact problem, we can't really help you but what jumps out is that in the configChanges attribute you're using a "/" instead of a "|". Thanks On Wed, Jun 27, 2012 at 5:50 AM, codedreamer wrote: > Hello. Currentyl i have a book called beginning android ga

[android-developers] Re: Start voice typing from code ?

2012-06-29 Thread jarkman
Thanks - I'd tried that, but it's not nearly as nice an experience as voice typing, where the text appears while the user is speaking. On Friday, June 29, 2012 5:11:21 PM UTC+1, Nobu Games wrote: > > You can start an > Intent

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 12:08 PM, Mihai Popescu wrote: > Android is based on Linux, so doesn't it have some low-level user > management? You know, somewhat like a regular Linux distribution. Yes, which you mostly deal with in custom firmware. > I am thinking maybe my app/service can run as root,

[android-developers] about the sensors of Android devices

2012-06-29 Thread M
Hi, all, Are all the sensors of Android devices running as deputy apps in he device? Camera, for sure. But for Accelerometer, WiFi, Bluetooth and so on. Are they running as deputy apps? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: Start voice typing from code ?

2012-06-29 Thread Nobu Games
You can start an Intentfor speech recognition. -- 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@googlegrou

Re: [android-developers] Re: new look for the android app developers website

2012-06-29 Thread Latimerius
On Thu, Jun 28, 2012 at 7:26 PM, b0b wrote: > Ah changing stuff for the sake of changing stuff... Yeah... call me conservative but I just hate when people do that. I don't get it, does anyone know what problem they were trying to solve? -- You received this message because you are subscribed t

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Mihai Popescu
First of all: Google's idea about design seems to evade me :) I didn't see most of your replies. 1. Legal issues The software (application, service or custom OS) will be used on employee handsets. I assume our customer can get them to sign some papers for this, it is not really my problem :) The

[android-developers] I want to create a home screen widget which updates using a csv file when the widget or a button on it is being pressed.

2012-06-29 Thread Harry Wardlaw
Is there a tutorial for this? I am asking cause I have problems removing the internet connection part from the google widget example. -- 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@g

[android-developers] IAP Error RESULT_SERVICE_UNAVAILABLE - Unexpected response code 429

2012-06-29 Thread Joel Martinez
Strange error that I'm seeing when trying to restore transactions: 06-29 11:57:06.255: E/Volley(16498): [13] BasicNetwork.performRequest: Unexpected response code 429 for https://android.clients.google.com/vending/api/ApiRequest 06-29 11:57:06.265: E/Finsky(16498): [1] NotifyingErrorListener.on

[android-developers] Android Device Emulator

2012-06-29 Thread Zan
Hello all, Just developed a fast application in Adobe Flash CS5, and I published it as an "Emulator Release" for Android 2.2. Adobe compiled & created the .apk, and also installed on the emulator, but when I start the application on the emulator, it seems nothing happens but a black blank screen c

[android-developers] Re: Process 8769 terminated by signal (7)

2012-06-29 Thread Andrei Buneyeu
I had very similar issue - ffmpeg caused crash of my app by signal 7 (SIGBUS) after decoding several hundreds of frames. It was not very device specific - on some devices app crashed more often, on other less often. It was very incomprehensible issue for me cause it could happen at any time of

[android-developers] adb, ant and emulator devices

2012-06-29 Thread kosie99
When I start an emulator, I see that adb has 2 devices listed, one that look something like this STOJKDHY and another one that has a name like emulator-5554. When I do a ant install, it tells me that there are more that one emulator running and it fails. I then need to specify emulator-5554 exp

[android-developers] Help me!

2012-06-29 Thread nghia tran duc
Hello everyone! I am newbie, I want to make a program transfer data on Mydevie vs Android OS by USB port on Android OS. I think to read data as use Mouse or Keyboard, but I don't know to do it, Can u help me! Thanks ! -- You received this message because you are subscribed to the Google Grou

[android-developers] Re: How to convert a image into Base64 string?

2012-06-29 Thread Todd Painton
I actually had the exact same question. The original post, the question, was pretty specific and I'm thankful not everyone on the internet answered as you originally did or google really wouldn't have any answers would it? Thankfully, others below you gave brief non-smart-alek responses that

[android-developers] How to use gwtp dispatch actions on android

2012-06-29 Thread Bery
Hello. This is the link from the stackoverflow question if you would like to answer there also: http://stackoverflow.com/questions/11151996/how-to-use-dispatch-actions-on-android/11152042#comment14622740_11152042 I am working on a project hosted on AppEngine, and for the browser client I am

[android-developers] Activity Feed Within Native Android App

2012-06-29 Thread Xiaoyang
I am trying to build a feature in an Android app that allows a user to post some combination of text and images onto a "news feed" that can be 1) visible to all users or 2) visible to the user's friends (the user decides this at each posting). I have tried Google to no avail, so my question is, I

Re: [android-developers] may i declare in the AndroidManifest.xml of the test project?

2012-06-29 Thread Jagadish Vasarla
Create a Service with aidl interface which uploads logs to server. Include your "android.permission.INTERNET" permission in the service. Call the Service calls from ur test app. It is just like server and client. With Regards, V.Jagadish On Mon, Jun 25, 2012 at 2:55 PM, tiger meng wrote: > h

[android-developers] Re: Trying to set toggleButton at right of text view

2012-06-29 Thread Emanuel Tivadar
did you managed to solve this ? if yes, please provide the solution. thanks. -- 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] Why Galaxy Tab 2 7.0 (GT-P3110) not found in supported device

2012-06-29 Thread Tiger Ng
Hi, I am using Galaxy Tab 2 7.0 (GT-P3110) for development. After I upload app to Google Play, it said "This app is incompatible with your Samsung GT-P3110". Here is my settings in manifest.xml Also I check with google play's support: http://support.google.com/googleplay/bin/answe

[android-developers] HELP PLEASE.

2012-06-29 Thread codedreamer
Hello. Currentyl i have a book called beginning android games by appress written by Mario zechner. I COPIED EXACTLY wats in the book for a setup for an app and this xml file just wont work. Thanks in advance if u can help me. I appreciate it http://schemas.android.com/apk/res/android";

[android-developers] how to add image buttons in gridview in android

2012-06-29 Thread nanda
hi I am new to this android and i need to add image buttons in grid view by parsing an xml.how to do this?? Thanks -- 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

  1   2   3   4   >