[android-developers] Re: In-App: get Product list

2011-12-29 Thread MG-DE
Hello everybody, are there no best practices which google advise? Best regards -- 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] In-App: get Product list

2011-12-28 Thread MG-DE
Hi, I'm developing an app with in app purchase. Now I have the problem that there is no chance to get a list of all in app products from the Android Market. Is there no possibility to request the Market for the informations like title, description and price(!)? Why do I define informations

[android-developers] Re: Hide TextView after some time

2011-07-08 Thread MG
Did that, thanks :) It is my first real app, so there are surely still lots of things that are done in an ugly way. Best regards, Matic On Jul 7, 3:19 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 7, 2011 at 9:16 AM, MG matic.goropev...@gmail.com wrote: Solved. Created new

[android-developers] Re: Android TextView Style

2011-07-07 Thread MG
Thnx, that was helpfull, I managed to do it. :) On Jul 5, 7:25 pm, TreKing treking...@gmail.com wrote: On Tue, Jul 5, 2011 at 8:51 AM, MG matic.goropev...@gmail.com wrote: I want this TextView to have semi-transparent background and rounded edges. How would I accomplish this? http

[android-developers] Hide TextView after some time

2011-07-07 Thread MG
Hi! I have a problem. I am developing an app where I get some message (html text) and display it in TextView. Comunication is based on JADE and JADE-Android, but problem is not here. I can send and recieve messages OK. I need my TextView to disapear after some time (let say 10s) if there is no new

[android-developers] Re: Hide TextView after some time

2011-07-07 Thread MG
a fresh one. On Thu, Jul 7, 2011 at 7:37 AM, MG matic.goropev...@gmail.com wrote: Hi! I have a problem. I am developing an app where I get some message (html text) and display it in TextView. Comunication is based on JADE and JADE-Android, but problem is not here. I can send

[android-developers] Android TextView Style

2011-07-05 Thread MG
Hi! I'm farely new to Android programming, so bare with me if it is a simple answer. :) I'm making an application (most things are working already) which uses a TextView to display some data (message) it recieves. I want this TextView to have semi-transparent background and rounded edges. How

[android-developers] created bitmap is incorrect using getDrawingCache()

2010-11-21 Thread MG
Hi all! I want to capture the visible area of the webview. I used getDrawingCache() and it captures the visible area of the webview. But the scaled bitmap seems to be incorrect, the text is blurry. here is my code: -- webView = (WebView)findViewById(R.id.web);

[android-developers] how can i get the messages in gmail/email client inbox folder?

2010-11-15 Thread MG
hi all. i would just like to ask on how can i get the messages on my email inbox folder and display it? similarly, how can I access gmail's inbox or other mail client's inbox folder? is this possible on android? do you have any idea? thanks in advance! -- You received this message because you

[android-developers] any information regarding printing on android

2010-11-01 Thread MG
hi all! do you have any idea on how to connect an android device to a printer? for example, i will create an application that will manually input the IP address of the printer. and then, a notification will pop up that i have successfully connected to the printer. how can i implement this on

[android-developers] How can I access gallery from HTC Desire?

2010-10-22 Thread MG
hi all. I am just wondering why I cant access the gallery using the code below. Intent gallery = new Intent(Intent.ACTION_VIEW, Uri.parse(content:// media/internal/images/media)); startActivity(gallery); but when I installed the 3D gallery from cooliris, it is already possible. I can access the

[android-developers] Re: How can I access gallery from HTC Desire?

2010-10-22 Thread MG
how can i view the standard gallery? The view should be just like opening the gallery from all apps. On Oct 22, 7:47 pm, MG my.android.a...@gmail.com wrote: hi all. I am just wondering why I cant access the gallery using the code below. Intent gallery = new Intent(Intent.ACTION_VIEW

[android-developers] what intent is used for opening mail account?

2010-10-21 Thread MG
Hi all. I just want to know what intent am I going to use to open a mail client. I can open the compose view of the mail client but I cant find an intent to open the inbox view of the mail client. The same thing for opening the mail application from android device. For example, from my

[android-developers] Re: what intent is used for opening mail account?

2010-10-21 Thread MG
But how would you open the mail client? Not to compose a message but to just call mail or gmail? Is it not possible? On Oct 21, 8:26 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Oct 21, 2010 at 5:47 AM, MG my.android.a...@gmail.com wrote: I just want to know what intent am I going

[android-developers] How can I access data from SD card?

2010-10-21 Thread MG
Hello everyone! I juts want to know how can I access a certain data from my SD card. How can I browse SD card contents? For example, from my application, I want to open a pdf file from SD card, how am I going to do this? I tried to write this code but it doesnt seem to work. Uri uri =

[android-developers] Re: Is it possible to pass an intent from one device to another?

2010-10-16 Thread MG
Thank you. But how can I do this? Do we have any sample on the internet? On Oct 16, 1:39 pm, Bret Foreman bret.fore...@gmail.com wrote: Anintentis just a set of name-value pairs. You could make it into a JSON message and back into anIntentagain without much fuss. -- You received this message

[android-developers] Re: Is it possible to pass an intent from one device to another?

2010-10-16 Thread MG
broadcast in your receiver and launch your activity. On Sat, Oct 16, 2010 at 8:14 AM, MG my.android.a...@gmail.com wrote: Hi all. I would like to know if it is possible to pass a certain intent from one device to another? For example, device A is viewing a certain webpage, then I want

[android-developers] Is it possible to pass an intent from one device to another?

2010-10-15 Thread MG
Hi all. I would like to know if it is possible to pass a certain intent from one device to another? For example, device A is viewing a certain webpage, then I want that link to be sent to device B, and automatically launch that intent to device B. But without using the C2DM feature. Thank you.

[android-developers] connection of device policy manager and exchange server

2010-10-14 Thread MG
Hello all! Can someone explain to me the connection of the new feature on device policy manager and the exchange server? How is it connected? and how does it works? Thank you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] android books

2010-10-14 Thread MG
Hi all. I am looking for an excellent Android references. What books and websites will you recommend that could be of great help even for a beginner like me? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: android books

2010-10-14 Thread MG
of the in a Nutshell books).  They're all pretty much tutorials of one sort or another, some better organized and more comprehensive than others.  Pro Android 2 is somewhat better than the others I've looked at, but still leaves a lot to be desired. On Oct 14, 7:52 am, MG my.android.a...@gmail.com wrote

[android-developers] About Device Policy Manager

2010-10-13 Thread MG
Hello all. I would like to ask regarding the new feature of device policy manager. What are the specific ways these new features can do? Is there any sample application that demonstrates this device policy manager? How is this connected to Exchange Server? Thank you. -- You received this

[android-developers] Re: how to create a new account type for using exsiting providers

2010-07-13 Thread MG
, MG On Jul 13, 7:10 pm, TreKing treking...@gmail.com wrote: On Mon, Jul 12, 2010 at 3:25 AM, MG manigu...@tataelxsi.co.in wrote: I want to create a new account type for gmail. I, personally, have no idea what this means or what you're trying to do. You may want to elaborate your question to get

[android-developers] Gmail as a separate account type on Nexus one

2010-07-12 Thread MG
. But on Nexus one there is a different account type for gmail. Can somebody give me information on how Gmail account has been separated from exchange account on Nexus one. Thanks in advance, MG -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] how to create a new account type for using exsiting providers

2010-07-12 Thread MG
Hi, I want to create a new account type for gmail. Looking at the code it looks like to create a new account type, I need to add a new provider for gmail. Is it true? Can't I reuse existing providers to create a new account type?? Thanks for your help in advance, MG -- You received