Re: [android-developers] Use standard system browser for OAuth / Keep browser out of history

2011-04-11 Thread Tomas Prochazka
For example possibility to close browser and go back to preview task would be great. But now is to late. It would be usable after few year. -- 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] Re: Invalidating a Canvas view that is part of setContentView()

2011-04-11 Thread Enrique López Mañas
Hello Kostya, Thanks for the response. However, I don't know how to use the method findViewById in here: View myView = (View)findViewById(MyView); What I understand is that findViewById () method should receive the id of an attribute. But MyView is just a class, it has not been instanciated, we

[android-developers] Re: Invalidating a Canvas view that is part of setContentView()

2011-04-11 Thread Enrique López Mañas
Hello Kostya, Thanks for the response. However, I don't know how to use the method findViewById in here: View myView = (View)findViewById(MyView); What I understand is that findViewById () method should receive the id of an attribute. But MyView is just a class, it has not been instanciated, we

[android-developers] ImageView on SlidingDrawer not responding to click event

2011-04-11 Thread Jason
Hi folks, I have an ImageView contained in a TableLayout within the handle component of a SlidingDrawer and I'm trying to capture the click event on the ImageView but it doesn't seem to be fired. Obviously the SlidingDrawer is capturing the event to handle it according to the rules governing its

[android-developers] PDF view in android

2011-04-11 Thread koushik
Hi All, I've able to show pdf using Vudroid library after download the pdf from a link in android. But i need to show pdf as page by page with background download rest pages. Right now my program download the whole pdf and then showing in android app. Is it possible to show pdf first come

[android-developers] help for encryption of sd card storage?

2011-04-11 Thread Hitendrasinh Gohil
hi, I am downloading file from server and write this file to sd card.now i want to encrypt this file so that only my application can access this file. i) if i can encrypt the file path only that can be access on decrypting it? which is the best encryption algorithem i can use for? thankx --

[android-developers] Re: PDF view in android

2011-04-11 Thread Zsolt Vasvari
This is not an Adroid question. Sure, you can download in the background, but whether you can display a partially downloaded file depends on the file format, in this case, PDF.I have no idea. On Apr 11, 2:38 pm, koushik visit.kous...@gmail.com wrote: Hi All,  I've able to show pdf using

[android-developers] Re: My first app

2011-04-11 Thread Sven
It seems you started your app from inside the main.xml. then the main.out.xml is generated. usualy you have to delete this file, then go into a java source and start app from there. it have something to do with the eclipse run settings. i hope this helps and was your prob On Apr 10, 11:31 pm,

Re: [android-developers] Access the Activity stack

2011-04-11 Thread Dianne Hackborn
Not programmatically. For debugging, you can use adb shell dumpsys activity. On Sun, Apr 10, 2011 at 9:35 PM, Julius Spencer jul...@msa.co.nz wrote: Hi, Just wondering, is it possible to look at an application's Activity stack? I'd like to be able to look at the stack and see if the

Re: [android-developers] Use of Live Wallpaper as a background in android application

2011-04-11 Thread Dianne Hackborn
activity android:name=... android:theme=@android:style/Theme.Wallpaper / On Sun, Apr 10, 2011 at 9:26 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I am trying to set my application's background with live wallpaper. With the older static wallpaper mechanism, there was one

[android-developers] Re: MiFare Classic detection

2011-04-11 Thread Michael Roland
Hallo Domnic, My resource file looks like resources xmlns:xliff=urn:oasis:names:tc:xliff:document:1.2     tech-list         techandroid.nfc.tech.NfcA/tech         techandroid.nfc.tech.NfcB/tech         techandroid.nfc.tech.NfcF/tech         techandroid.nfc.tech.NfcV/tech        

[android-developers] Re: Using Google Calendar API

2011-04-11 Thread Jens
Are you running this on an emulator? They typically do not contain the calendar or calendar provider applications. You can build (from the platform sources) and install your own calendar provider APK on the emulator though. On 10 Apr, 21:08, New Developer secur...@isscp.com wrote: anyone

[android-developers] Re: In-app billing problem

2011-04-11 Thread ishihata
Hello Ivan/Kostya/Sebastian, I thought this problem is serious, so I contributed the issue to Market billing issue tracker for attention. http://code.google.com/p/marketbilling/issues/detail?id=7 I would like you to add your information here too. Thanks a lot! On Apr 11, 5:49 am, Kostya

[android-developers] Re: My first app

2011-04-11 Thread Peter Webb
An obvious suggestion: don't start by trying to write an app. Start by compiling and running a demo application, and progressively modifying it until it does what you want. There are hundreds of these demos in the SDK and on the net illustrating all types of apps. Keep fixing problems as they

[android-developers] Re: Intent not received after application started

2011-04-11 Thread Gorka
Hi, Yes, I have the onNewIntent method declared as you said. @Override public void onNewIntent(Intent intent) { Log.d(TAG, On New Intent); } The problem is that i don´t get the message. On 9 abr, 09:34, nadam a...@anyro.se wrote: Make sure onNewIntent is overridden

Re: [android-developers] Re: In-app billing problem

2011-04-11 Thread Kostya Vasilyev
Ah. Didn't know there is a bug tracker specifically for billing. I just added my data to the issue. Now, the great thing is, there are only three bugs in in-app billing: http://code.google.com/p/marketbilling/issues/list ( Ok, four. I just entered another one ) -- Kostya 11.04.2011 11:33,

[android-developers] HOW TO GET THE TRASACTION NOTIFICATION WHILE NETWORK GOES.

2011-04-11 Thread bins
hi, while the transaction is in process and my application crashes.So how will get the information about that transaction.As I am just waiting for the confirm notification.How can I test this scenario with the Static Values.? Can any one please help.. thanks bins -- You received this message

Re: [android-developers] Use of Live Wallpaper as a background in android application

2011-04-11 Thread swapnil kamble
Thanks a lot Dianne. Worked like a charm. On Mon, Apr 11, 2011 at 12:34 PM, Dianne Hackborn hack...@android.comwrote: activity android:name=... android:theme=@android:style/Theme.Wallpaper / On Sun, Apr 10, 2011 at 9:26 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I

[android-developers] Re: RTP on MediaPlayer

2011-04-11 Thread Giorgio Ascani
Can anyone help me? On Apr 4, 12:15 pm, Giorgio Ascani gasc...@gmail.com wrote: Hi, I've implemented RTSP on Android MediaPlayer using VLC as rtsp server with this code: # vlc -vvv /home/marco/Videos/pippo.mp4 --sout '#rtp{dst=192.168.100.246,port=6024-6025,sdp=rtsp://

[android-developers] Re: Intent not received after application started

2011-04-11 Thread Gorka
Hi, Here is the message I get when the phone detects the tag. As I said, the first time the app is started, but the second time nothing happens. I/ActivityManager (107): Starting intent: {act=android.nfc.action.NDEF_DISCOVERED typ=text/plain flg=0x0100

[android-developers] Multiple screen support in 2d opengl game

2011-04-11 Thread devstudent
For those developing games, what are some tips you can offer for supporting multiple screen sizes? Supplying multiple copies of each resource for different densities? Or simply using high density resources and scaling down for lower densities? Thanks in advance! -- You received this message

Re: [android-developers] File Browser: can not data folder access

2011-04-11 Thread Kostya Vasilyev
11.04.2011 2:41, bahtiyar kara пишет: I know that if ı create a file in internal memory, it s saved under /data/data directory. Is it wrong? No, that's correct. Just don't hard-code /data/data/package - rather use Context.openFileInput / openFileOutput / getFilesDir. and when ı list files

[android-developers] Regarding Video Capture

2011-04-11 Thread yogendra G
Hi All, Can Any one help me in coding with both video and audio in android...?? I have my video app in which audio not workin so plz help me out in this... Regards, Yogi -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Intent not received after application started

2011-04-11 Thread Gorka
Hi, Here I am once again. I have seen that if I minimize the app, when I detect a new tag the application is restarted and the OnRestart and OnResume methods are called. But the OnNewIntent is not received. But the way, if the application is restarted, how can I get the activity that was

[android-developers] Re: ImageView on SlidingDrawer not responding to click event

2011-04-11 Thread Jason
ok.. for anyone else out there.. I have devised (hacked?) a solution to this... but it's a bit clumsy. First I created a custom ImageView in which I added an OnLayoutListener interface... public class CustomImageView extends ImageView { private final Rect bounds = new Rect();

[android-developers] EditText in Activity show keyboard immediatly

2011-04-11 Thread pedr0
Hi at all, I have an activity with one EditText in layout, when Activity is showed immediatly edittext is focused and keyboard is showed, how avoid it? -- undefined -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] [Map] Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-11 Thread olivier
Dear, I meet the following problem with the MapApi. When I click on a POI, I call MapController.animateTo to center the Map on the Poi My problem is on some Zoom Level, when MapController.animateTo is called, the map is moving away from the POI. It's seemed that it's when I zoom In. If I zoom

Re: [android-developers] EditText in Activity show keyboard immediatly

2011-04-11 Thread luiX_
Have you tried to manually set the initial focus to any other element in the activity? El 11/04/2011 10:59, pedr0 pulsarpie...@gmail.com escribió: Hi at all, I have an activity with one EditText in layout, when Activity is showed immediatly edittext is focused and keyboard is showed, how

[android-developers] Re: EditText in Activity show keyboard immediatly

2011-04-11 Thread pedr0
How do that? On 11 Apr, 11:05, luiX_ lui...@gmail.com wrote: Have you tried to manually set the initial focus to any other element in the activity? El 11/04/2011 10:59, pedr0 pulsarpie...@gmail.com escribió: Hi at all, I have an activity with one EditText in layout, when Activity

Re: [android-developers] EditText in Activity show keyboard immediatly

2011-04-11 Thread TremendousTurtle
You can suppress the keyboard show using InputMethodManager in onFocusChanged listener. On Apr 11, 2011 4:59pm, pedr0 pulsarpie...@gmail.com wrote: Hi at all, I have an activity with one EditText in layout, when Activity is showed immediatly edittext is focused and keyboard is showed,

Re: [android-developers] 3D Image

2011-04-11 Thread Marcin Orlowski
On 9 April 2011 23:28, khaled anaqwa khaled.adnan.ana...@gmail.com wrote: any one have a good tutorial how to create 3D image form datarow Get your dataraw, transfor/map to 3d space if needed or use directly and just draw as you wish. Regards, Marcin Orlowski *Tray Agenda

Re: [android-developers] Secure requests to a Webservice via Android

2011-04-11 Thread Marcin Orlowski
On 10 April 2011 19:45, elioncho elion...@gmail.com wrote: I've and android application which sends post requests to a web service. I want to secure the communication between the two and was wondering which is the best approach: 1) Make https requests It sufficies for most tasks just to

Re: [android-developers] How to mark touch points in an image

2011-04-11 Thread Marcin Orlowski
On 10 April 2011 15:38, neohacker arunscari...@gmail.com wrote: Hi, In my project there is an image. When user touches any place in image it should be marked with a cross sign. Also we have to clear this crosses on button click. I managed to display the image. What i have to do in the

Re: [android-developers] help for encryption of sd card storage?

2011-04-11 Thread Marcin Orlowski
On 11 April 2011 08:47, Hitendrasinh Gohil hitendra.virtuei...@gmail.comwrote: i) if i can encrypt the file path only that can be access on decrypting it? This is file path: /sdcard/my-file.foo. This is just string. If you encrypt it will look i.e. like ne87hfi8xs4rkdjxbkvcv. How this is

[android-developers] Reusable HttpResponse in android network programming?

2011-04-11 Thread mathcat
Hi geeks! As using the network package which apache provides, we usually do : HttpResponse resp = httpClient.execute(httpRequest); When I retrieve the HttpEntity object of the response, open the InputStream and extract the data in it, the HttpResponse object becomes unusable. If I try to do the

[android-developers] Emulator is crashing a lot

2011-04-11 Thread mudit
Hi, I am trying to test my app on android emulator. So as soon as, i am choosing run the application, a new window pops up on the screen and after taking 1-2 minutes, it goes not responding. I also tried running the emulator separately using AVD manager. Using this, i am able to start the

[android-developers] Advantage of services over multi threading ??

2011-04-11 Thread Tushar Baviskar
What is the need of services in android, as same thing can be achieved by starting new task also? -- 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] Re: EditText in Activity show keyboard immediatly

2011-04-11 Thread pedr0
I solved using android:windowSoftInputMode=stateHidden Tag in manifest file for my activity. Thanks! On 11 Apr, 11:12, tremendoustur...@gmail.com wrote: You can suppress the keyboard show using InputMethodManager in   onFocusChanged listener. On Apr 11, 2011 4:59pm, pedr0

[android-developers] Re: how to prevent the app be killed by “unmount media”(change to usb storage mode)

2011-04-11 Thread Nicholas Johnson
No, the app is immediately killed. AFAIK, the only way to prevent this is to store the app on internal memory instead of the SD card. Nick -- 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] 3D Image

2011-04-11 Thread Khaled Anaqwa
I don't have any idea , If you have good resource share it On Mon, Apr 11, 2011 at 12:13 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 9 April 2011 23:28, khaled anaqwa khaled.adnan.ana...@gmail.comwrote: any one have a good tutorial how to create 3D image form datarow Get your

[android-developers] Re: Main Activity Launches On Stack Every Time Home Screen Icon Is Clicked

2011-04-11 Thread String
A couple of things to keep in mind: First, launcher icons are simply shortcuts to intents, and these intents point to specific activities, not to your app as a whole. In the case of your main launcher icon, the one in the app drawer, the target activity is the one in your manifest with this

[android-developers] Re: Invalidating a Canvas view that is part of setContentView()

2011-04-11 Thread lbendlin
Kostya said you should keep a reference to the view, because there is no Android equivalent to findViewById(). You might also find it by walking the view hierarchy recursively but that might be too costly. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Invalidating a Canvas view that is part of setContentView()

2011-04-11 Thread Kostya Vasilyev
Yes. The original code as posted was: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(new MyView(this)); [...] This can be changed to: *private MyView mMyView;* @Override protected void

Re: [android-developers] 3D Image

2011-04-11 Thread Marcin Orlowski
No. In general your question is so generic that it barely makes a question to answer. It's like asking how can I build a car?. The answer is get the tools and build it. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... WebnetMobile on *Facebook

Re: [android-developers] Re: When to set android:anyDensity to what value?

2011-04-11 Thread lbendlin
Our application is used when driving, and spends most of its life as a service, Not a single user has yet complained about grainy or jagged images, menu icons or some such in the UI part. The service occasionally shows custom toasts that cover the whole screen, and for these we use 300x300

Re: [android-developers] Re: When to set android:anyDensity to what value?

2011-04-11 Thread Kostya Vasilyev
11.04.2011 14:58, lbendlin пишет: Our application is used when driving, and spends most of its life as a service, Not a single user has yet complained They don't want to risk their life by looking closer :) about grainy or jagged images, menu icons or some such in the UI part. The service

[android-developers] Re: [Map] Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-11 Thread lbendlin
Are you using MyLocationOverlay on that map? -- 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] List Selector Problem

2011-04-11 Thread Laxmi Verma
Hi, I am facing problem with list selector. The code is as follows: *1) Applied list selector in the listview layout* ListView android:id=@+id/android:list android:layout_width=fill_parent android:layout_height=fill_parent android:layout_weight=1

Re: [android-developers] HOW TO GET THE TRASACTION NOTIFICATION WHILE NETWORK GOES.

2011-04-11 Thread allandt bik-elliott (thefieldcomic.com)
/caps /ignore On 11 April 2011 08:57, bins bins1...@gmail.com wrote: hi, while the transaction is in process and my application crashes.So how will get the information about that transaction.As I am just waiting for the confirm notification.How can I test this scenario with the Static

[android-developers] Video Streaming Using Darwin Streaming Server(DSS) through Ethernet LAN

2011-04-11 Thread saha
I have my Blaze board running Gingerbread, Connected to my Desktop and i am able to ping from PC to Board. How do i connect DSS with android through Ethernet LAN? I tried the following code but its not working. Whats the problem with following code? try { for (EnumerationNetworkInterface en

[android-developers] Video Streaming Using Darwin Streaming Server(DSS) through Ethernet LAN

2011-04-11 Thread saha devan
I have my Blaze board running Gingerbread, Connected to my Desktop and i am able to ping from PC to Board. Installed DSS on Desktop and i am successful in testing with VLC ( by playing rtsp://+DSS-IP +/+sample_50kbit.3gp). How do i connect DSS with android through Ethernet LAN? I tried the

Re: [android-developers] Re: When to set android:anyDensity to what value?

2011-04-11 Thread lbendlin
That's exactly the point. Mobile utility applications have very short UI usage cycles. Users usually don't take the time to look for that jagged edge, they get the information they need and carry on. (Having said that I still get wound up each time I look at the built in Android web browser

Re: [android-developers] File Browser: can not data folder access

2011-04-11 Thread bahtiyar kara
Thanks for your advices Kostya.I will try to do them... 2011/4/11 Kostya Vasilyev kmans...@gmail.com 11.04.2011 2:41, bahtiyar kara пишет: I know that if ı create a file in internal memory, it s saved under /data/data directory. Is it wrong? No, that's correct. Just don't hard-code

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-04-11 Thread snehalal gangadharam
Thanks for your reply,' I have found the problem, FTP is not working in my device, i have given ftp site and tested. i got you do not have permission to open this page, ftp://mirror.csclub.uwaterloo.ca/index.html:.. i have did some googling , i havent get successful solutions, what settings

[android-developers] Re: Access the Activity stack

2011-04-11 Thread harsh chandel
ActivityManager am = (ActivityManager) getSystemService(Service.ACTIVITY_SERVICE); ListActivityManager.RunningAppProcessInfo processes; processes = am.getRunningAppProcesses(); for(ActivityManager.RunningAppProcessInfo info: processes) { Log.i(Process:, info.processName); } On Apr 11, 9:35 

Re: [android-developers] 3D Image

2011-04-11 Thread Khaled Anaqwa
In my project I will draw 3d image form CT Scan by using datarow On Mon, Apr 11, 2011 at 1:52 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: No. In general your question is so generic that it barely makes a question to answer. It's like asking how can I build a car?. The answer is get

Re: [android-developers] Advantage of services over multi threading ??

2011-04-11 Thread Mark Murphy
On Mon, Apr 11, 2011 at 5:54 AM, Tushar Baviskar tushar.konn...@gmail.com wrote: What is the need of services in android, as same thing can be achieved by starting new task also? No, the same thing (whatever that is) cannot be achieved by starting new task also. Services and tasks have

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-04-11 Thread Nicholas Johnson
I don't think that the FTP ports are inherently disabled, so there's no need to try and enable it. I built a quick FTP client server for my phone and it works fine. Nick -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Regarding Video Capture

2011-04-11 Thread TreKing
On Mon, Apr 11, 2011 at 3:35 AM, yogendra G yogi2...@gmail.com wrote: Can Any one help me in coding with both video and audio in android...?? I have my video app in which audio not workin so plz help me out in this... You might consider possibly, maybe, perhaps giving *some* information as to

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-04-11 Thread Kostya Vasilyev
Yes, but there is also the passive / active mode thing to consider... Active mode requires a connection from the server to the client, which doesn't work through NATs and firewalls (although a smart proxy on the NAT/firewall can help). Passive mode should work. -- Kostya 11.04.2011 16:09,

[android-developers] Launch Gallery App at folder level instead of All pictures

2011-04-11 Thread swapnil kamble
Hi All, I want to launch Gallery app for image selection. I am using following code, Intent intent = new Intent(); intent.setType(image/*); intent.setAction(Intent.ACTION_GET_CONTENT); startActivityForResult(Intent.createChooser(intent,Select Picture), 1); But its launching

[android-developers] Re: Launch Gallery App at folder level instead of All pictures

2011-04-11 Thread swapnil kamble
I checked with froyo also. Looks like in froyo All pictures is not there. By default, shows folders present. On Mon, Apr 11, 2011 at 6:09 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I want to launch Gallery app for image selection. I am using following code, Intent

[android-developers] Re: Image processing in Android

2011-04-11 Thread Tancho
Yep, checked the whole memory table .. everything seems clear, however I always get a Bitmap exceeds VM Budget and the Bitmap is 64x64 On Apr 11, 1:33 am, lbendlin l...@bendlin.us wrote: http://www.eclipse.org/mat/ -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Intent not received after application started

2011-04-11 Thread Gorka
Hi, I don´t know if someone is reading me, but I don´t give up :). Maybe that could be useful for someone in the future. My Manifest file looks like that rigth now: intent-filter action android:name=android.intent.action.MAIN / category android:name=android.intent.category.LAUNCHER /

Re: [android-developers] Re: Using Google Calendar API

2011-04-11 Thread New Developer
Thanks, Jens Yes this is on the emulator Can you please tell me more about the Platform sources option and tutorials to explain just what to do Thanks in advance On Apr 11, 2011, at 3:10 AM, Jens wrote: Are you running this on an emulator? They typically do not contain the calendar or

Re: [android-developers] Advantage of services over multi threading ??

2011-04-11 Thread luiX_
well... I'll say very little in common, but that's true: you cannot do the same with a service and an extra thread as the thread depends on the main Activity and it dies when the Activity does :P 2011/4/11 Mark Murphy mmur...@commonsware.com On Mon, Apr 11, 2011 at 5:54 AM, Tushar Baviskar

Re: [android-developers] Advantage of services over multi threading ??

2011-04-11 Thread Mark Murphy
On Mon, Apr 11, 2011 at 10:24 AM, luiX_ lui...@gmail.com wrote: an extra thread as the thread depends on the main Activity and it dies when the Activity does :P Not really. If you fork a thread from an Activity, and you do not stop the thread, that thread will keep rolling along. However, if

Re: [android-developers] Advantage of services over multi threading ??

2011-04-11 Thread Kostya Vasilyev
A thread certainly does not depend on Activity. Java Threads do not die or do anything else when an activity is closed, because they have no knowledge of activities and have nothing to do with Android (as should be apparent by the package name: Thread is defined in java.lang). A service

Re: [android-developers] Advantage of services over multi threading ??

2011-04-11 Thread luiX_
Sorry, my bad :( 2011/4/11 Mark Murphy mmur...@commonsware.com On Mon, Apr 11, 2011 at 10:24 AM, luiX_ lui...@gmail.com wrote: an extra thread as the thread depends on the main Activity and it dies when the Activity does :P Not really. If you fork a thread from an Activity, and you do

Re: [android-developers] Using Google Calendar API

2011-04-11 Thread Marcin Orlowski
On 10 April 2011 21:08, New Developer secur...@isscp.com wrote: anyone solved the use of Google Calendar API ? tried the method from http://jimblackler.net/blog/?p=151 content://calendar/calendars and content://com.android.calendar/calendars This is not Google Calendar API. This is

[android-developers] Re: 3d engine advices

2011-04-11 Thread elix
It is nice to see at least one response from this huge group :). I'll develop games, I'll not port smt from desktop. Creating whole game environments in opengl would be difficult for a single developer, that's why I'm looking for engines. jmonkey have nice tools for desktop but it seems that

Re: [android-developers] Re: Using Google Calendar API

2011-04-11 Thread Marcin Orlowski
On 11 April 2011 15:52, New Developer secur...@isscp.com wrote: Yes this is on the emulator You may plant Calendar.apk from your device and it will work. Still it may be better just o debug Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy...

[android-developers] Re: Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-11 Thread olivier
I used a personnal ItemizedOverlay, I extend OnTap(int index) where I call MapController.animato(GeoPoint) The coordinate of the geopoint are always the same but the animation goes wrong depending of the zoom level -- You received this message because you are subscribed to the Google Groups

[android-developers] In-app billing refunds

2011-04-11 Thread Kostya Vasilyev
The documentation lists three states for a managed purchase: Purchased, Canceled, Refunded. The sample code makes a point of treating Refunded as Purchased, commented as nice for the user. I agree. But - I don't see a way to refund an in-app purchase in my Google Checkout console:

[android-developers] Android - Preventing Application data or files being deleted thru “Clear Data” settings option

2011-04-11 Thread Jacob
Hi all I have an Android application that stores about 25-40K of private app data in few files. By default sytem stores these files in the directory /data/data/'my app package'/files. When the user goes to Setting-Applications-Manage Applications-'My app package' and chooses the Clear data

Re: [android-developers] In-app billing refunds

2011-04-11 Thread TreKing
On Mon, Apr 11, 2011 at 10:30 AM, Kostya Vasilyev kmans...@gmail.comwrote: Am I missing something? Anyone know where the Refund an order button is? I don't know if in-app billed stuff works different, but normally there's a Refund some money... option link to the left of that Cancel entire

Re: [android-developers] Re: Using Google Calendar API

2011-04-11 Thread Marcin Orlowski
This post was sent by mistake (I managed to hit send instead of discard). Sorry for the confusion it may have caused Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and

Re: [android-developers] Android - Preventing Application data or files being deleted thru “Clear Data” settings option

2011-04-11 Thread Marcin Orlowski
On 11 April 2011 17:57, Jacob jacobroutolo...@gmail.com wrote: this app is being deleted. I need to keep my data on the device until the app is uninstalled. Tell your users to keep hands off this button. Store something on SD card to flag you shall have your data and if you got no data but

Re: [android-developers] Android - Preventing Application data or files being deleted thru “Clear Data” settings option

2011-04-11 Thread TreKing
On Mon, Apr 11, 2011 at 10:57 AM, Jacob jacobroutolo...@gmail.com wrote: I need to keep my data on the device until the app is uninstalled. Why? If the user wants to wipe their data, why not let them?

Re: [android-developers] In-app billing refunds

2011-04-11 Thread Kostya Vasilyev
11.04.2011 19:53, TreKing ?: On Mon, Apr 11, 2011 at 10:30 AM, Kostya Vasilyev kmans...@gmail.com mailto:kmans...@gmail.com wrote: Am I missing something? Anyone know where the Refund an order button is? I don't know if in-app billed stuff works different, but normally there's a

Re: [android-developers] Re: Compiling Android Source

2011-04-11 Thread Andrew
Thanks for that suggestion. I downloaded and compiled Cyanogenmod's tree and it compiled the first time no problem. Now when compiling the application I am trying to test and modify (ADWLauncher), I get the following errors

Re: [android-developers] Re: Compiling Android Source

2011-04-11 Thread Andrew
And actually, those errors are the same as the ones I was getting when compiling the AOSP. It could be the problem with it was just the additional package it was trying to build that had an error. I will try compiling the AOSP version without the problematic package and see if it makes a

[android-developers] Re: Emulator is crashing a lot

2011-04-11 Thread Andrew
I have also been experiencing issues with the honeycomb emulator (Ubuntu 10.10). I am just hoping that the source gets released soon so I can build it from scratch and load that image into the emulator... In the mean time, I suggest using 2.2 or 2.3 for developing, then move it over once the

[android-developers] package 3g data

2011-04-11 Thread Sarath Krishna
Hi, I want to write a code for tracking 3g data usage in my phone. Can anyone please tell me which android package should I use for this purpose. thanks in advance sarath -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] package 3g data

2011-04-11 Thread XiaoXiong Weng
Um. I believe the netsentry source code is available in google code. On 4/11/2011 12:35 PM, Sarath Krishna wrote: Hi, I want to write a code for tracking 3g data usage in my phone. Can anyone please tell me which android package should I use for this purpose. thanks in advance sarath

Re: [android-developers] Android - Preventing Application data or files being deleted thru “Clear Data” settings option

2011-04-11 Thread Mark Murphy
On Mon, Apr 11, 2011 at 11:57 AM, Jacob jacobroutolo...@gmail.com wrote: I need to keep my data on the device until the app is uninstalled. Please treat your users with respect. It is their device, not yours. If they wish to clear the data, that is their choice. If you have data that you do

[android-developers] Re: Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-11 Thread lbendlin
I was more concerned that MyLocationOverlay could have interfered with the map movement. Does it happen on all zoom levels, or just 19 and up? Are you rotating the map? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Image processing in Android

2011-04-11 Thread Yahel
Bitmap memory management is buggy and completely unintuitive. It does not show in MAT as it is allocated in another place and not counted in the heap. Well it is counted but not easily released or something. My app is all about images(a world of faces), and here is how I get it to work most of

[android-developers] ImageView

2011-04-11 Thread b_t
Hi, I have to do things with an ImageView after it has got a size. For example set an animation which depends on the size of the ImageView. What is the official way to do size-dependent things? I tried to create a new class from ImageView and overwrite onMeasure. It worked on my phone but

Re: [android-developers] Re: My first app

2011-04-11 Thread anik ralhan
Yes i did the same and the problem was fixed.Thanks everyone for giving so many helpful suggestions. On Sun, Apr 10, 2011 at 11:52 PM, Sven sirdarthna...@googlemail.com wrote: It seems you started your app from inside the main.xml. then the main.out.xml is generated. usualy you have to delete

[android-developers] WebView Image Scaling

2011-04-11 Thread Jake Basile
I am writing an image viewer that downloads a PNG from a remote server, saves it to storage, and then opens it in a WebView so that I get multi-touch zoom for free. These images are usually going to be documents, so the user will want to be able to zoom in very far. I am sending down images

[android-developers] Fragment backstack and action bar

2011-04-11 Thread jotobjects
Our designers like the idea of integrating the action bar with the back stack, but we haven't found a realistic way to do that. We have been jumping through hoops with work arounds like adding empty transactions to the back stack (with no removes or adds) and keeping track of where we are and

Re: [android-developers] WebView Image Scaling

2011-04-11 Thread Mark Murphy
On Mon, Apr 11, 2011 at 1:42 PM, Jake Basile jakerbas...@gmail.com wrote: I am writing an image viewer that downloads a PNG from a remote server, saves it to storage, and then opens it in a WebView so that I get multi-touch zoom for free. These images are usually going to be documents, so the

[android-developers] Re: Using Google Calendar API

2011-04-11 Thread Jens
If you cannot find precompiled APKs of the calendar and calendar provider (i.e. lift them from an actual Android device) you can build the platform yourself: http://source.android.com/source/initializing.html and build your own SDK - it should contain the APKs you're looking for. Optionally, you

[android-developers] Re: how do i devlope an android keybord

2011-04-11 Thread Jens
The developer sample doesn't work anymore? http://developer.android.com/resources/samples/SoftKeyboard/index.html On 9 Apr, 21:13, ariel arielgordon...@gmail.com wrote: so i will try to rephrase my question. how i can build a keybord. On Apr 9, 2:10 am, Spiral123 cumis...@gmail.com wrote:

Re: [android-developers] Activity Restart On Rotate Phone

2011-04-11 Thread anik ralhan
hey can you please send me the steps that you followed,actually m also facing the same problem On Sun, Apr 10, 2011 at 2:56 PM, Me tonasirin...@gmail.com wrote: Hi thanks group I solved this one On Mon, Apr 11, 2011 at 1:34 AM, TreKing treking...@gmail.com wrote: On Sun, Apr 10,

[android-developers] Re: Emulator is crashing a lot

2011-04-11 Thread jtoolsdev
They would often take 3-4 retries on my 2.4 Ghz Ubuntu installation. So on Friday I built a 64-bit 3 core Ubuntu machine and now they all boot perfectly in 1 minute. Haven't run a 3.0 emulator on it yet. On Apr 11, 9:21 am, Andrew andrew.g.crich...@gmail.com wrote: I have also been experiencing

[android-developers] Re: unwanted scrollbar is coming in gridview

2011-04-11 Thread pakistancan
try setting layout_weight --Ali -- 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] Re: Emulator is crashing a lot

2011-04-11 Thread Andrew Crichton
Well, I don't have problems with any of the other emulators at all, so I can't think of a reason for my system to be the problem. I would be interested to hear how you fair running the 3.0 emulator. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: 3d engine advices

2011-04-11 Thread Leigh McRae
I looked around at engines at one point and libgdx was the best for targeting Android IMHO. The ability to develop most of your game on the PC is a ginormous advantage. Your work flow will be much, much better. The only thing I found with libgdx is that the engine made a wrapper around the

  1   2   >