[android-developers] Re: HttpURLConnection headers

2009-09-16 Thread Lucas
header that ATT adds and identify the GSM seem card that the device is using. Do you know why this is not added? How can i force the connection though the APN wap setting? Or how can i mimic Webkit connection from code? Thanks, Lucas On Sep 15, 7:37 pm, Mark Murphy mmur...@commonsware.com

[android-developers] Re: Application Manager Force Close

2009-10-02 Thread Lucas
on it, because now i am not able of make a correct clean-up of the state my application is. In my personal case i have a worker thread that must finish cleanly in order to make my app re-launch in a reliable state. I am going to add a case in Android issues regarding this, regards, Lucas On Oct

[android-developers] Re: Geting SMS Center number

2009-10-09 Thread Lucas
Hello, AFAIK, you can only get it from SMS Messages objects. regards, Lucas On Oct 9, 7:31 am, flywalker flywalke...@gmail.com wrote: How can I get the SMSC number in sdk 1.6, I also want to know the answer ? On Oct 8, 10:30 am, Delirium id.delir...@gmail.com wrote: Is it possible

[android-developers] Re: Max app size

2009-10-13 Thread Lucas
(even if the devices have 200mb of free space). Does anyone know which are the restrictions here? Thanks, Lucas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Max app size

2009-10-13 Thread Lucas
at least **4** times the size of the apk we want to install in order to let it go. I think is a bit to much, and Google engineers must look on improving this restriction to at least not more than 2,5 times apk size. regards, Lucas On Oct 9, 4:56 pm, Dan Sherman impact...@gmail.com wrote: I've

[android-developers] Re: fullscreen doesn't hide Status Bar in Android SDK 1.5 R2

2009-08-05 Thread Lucas
Hello, Did someone make this work? I am having the same issue when making my own theme. regards, Lucas On Jun 20, 6:45 pm, vinc...@eklaireur.com vinc...@eklaireur.com wrote: Ok Guys, I did have the same issue i found out my mistake, you have to define the thme within the activity tag

[android-developers] Re: Change Localization in your application on the fly

2009-08-11 Thread Lucas
Hello, How are you doing to change locale in runtime? regards, Lucas On Aug 5, 9:55 am, Strauch johannes.h.ge...@gmail.com wrote: Hi out there, I got a problem, after the localization feauture nearly works out of the box I want to change the language dynamicly through a menu or something

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-09-09 Thread Lucas
Hello, Do you know the issue ID that this fix has assigned? Thanks, Lucas On Aug 24, 4:12 am, Romain Guy romain...@google.com wrote: This issue is fixed in Donut but the source code available in the open is not the latest version. 2009/8/24 Justin chih.ting@gmail.com

[android-developers] Adobe AIR runtime can run on Android?

2009-12-29 Thread Lucas
, and is ideal to test on the smartphnoe directly, only if Adobe AIR can be run on Android Thanks in advance. Lucas -- 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

[android-developers] Re: adb devices cannot see Motorola

2010-08-10 Thread Lucas
same problem i have with moto dext on wndows 7 64 bit. -- 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: is there an easier way?

2010-07-07 Thread Lucas
I am using Motodev Studio for Android. (develper.motorola.com) It is an Eclipse with ADT already installed and with a lot of cool stuff, that helps me in development, databases manipulation... internationalization.. It is for free and, even being made by Motorola, it works for devices of all

[android-developers] Cannot run adb command

2011-08-01 Thread Lucas
OS X, I simply ignored the fact that adb was not working, therefore I had trouble later on. So this time, I want to do it right. If you have any idea what I've been doing wrong - pleeaase, tell me! Thank you very much in advance! Lucas -- You received this message because you are subscribed

[android-developers] Distance between devices

2011-08-16 Thread Lucas
Hello all, I need to measure the distance between two android devices, down to the centimeters, to develop an app I´m working on. I have researched a lot and tried some things with GPS and bluetooth, but not seems to work quite right. Do you have an idea of how I can achieve this? Thnks, Lucas

[android-developers] Device position in vitual coordinate system

2011-08-16 Thread Lucas
Hello guys, Here's the deal, I need to get the position of my device in a virtual coordinate system, let me explain. In the beginning of the app, it will calibrate the device, which is set the virtual coordinates x, y and z with 0. As the device is moved, I need to update it's location in the

[android-developers] How to make a listview with selectable children stop scrolling on touch event?

2009-10-20 Thread Alexander Lucas
As a work around to the issue where a list item isn't focusable if it has a focusable child item (a comment by Romain Guy was that this was intended behavior, for accessibility reasons) I simply filled the listItem with two children, each of which is focusable - There's nowhere to directly touch

[android-developers] Re: How to make a listview with selectable children stop scrolling on touch event?

2009-10-21 Thread Alexander Lucas
Update: Things I've tried so far: -Moved everything into a single relativelayout, removed the child's clickability and instead added an OnItemClickListener to the parent listview. This method didn't fire on touch events for some reason, even when I had removed all setClickable and setFocusable

[android-developers] Re: abortAnimation on ListView

2009-11-23 Thread Alexander Lucas
I was having the same issue, and after reading through this thread (and some excessive experimentation) I found the following: -In my case it ended up working best that I not explicitly set focusable, focusable in touch mode, or clickable on anything- either on the list as a whole or on

[android-developers] Contacts and phone numbers in same query under the new contacts API?

2010-09-11 Thread Alexander Lucas
I'm trying to figure out how to get a list of contacts, with phone numbers, filtered by group using the new (Eclair and up) Contacts API. Under the old API, it was a simple matter of: Uri useUri = Uri.parse(content://contacts/groups/name/ + groupName + /members); Cursor swankyCursor =

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-25 Thread Lucas Boucher
email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Lucas

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-25 Thread Lucas Boucher
For reference I am working on a SIM and I can actually see the dam button grey out, just keep getting multiple alertdialogs if I button mash. If I go at a normal pace everything works perfect. On Sun, Sep 26, 2010 at 12:38 AM, Lucas Boucher lbouche...@gmail.comwrote: Ya, been trying to disable

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-25 Thread Lucas Boucher
with it, if you button mash this is what you should expect. (I actually hate saying that because i test software at work, and hate stupid little things like this. To me they make the software look half baked.) On Sun, Sep 26, 2010 at 12:58 AM, Lucas Boucher lbouche...@gmail.comwrote: For reference I am

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-26 Thread Lucas Boucher
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Lucas Boucher www.pachristmas.com -- 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

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-26 Thread Lucas Boucher
*; * if*(!done_once) { if (latitude == 0 || longitude == 0) { gps_initialized= false ; dialog.dismiss(); main(); } else { gps_initialized= true; dialog.dismiss(); main(); } } } }); On Sun, Sep 26, 2010 at 12:19 PM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Sep 26, 2010 at 12:06 PM, Lucas Boucher

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-26 Thread Lucas Boucher
, meant it was getting created and initialized to false every time through. In other words, doing nothing. -- Kostya 26.09.2010 20:44, Lucas Boucher пишет: Check GPS Status Again., new DialogInterface.OnClickListener() { *** boolean done_once = false; * @Override public void onClick

[android-developers] Re: gingerbread sip demo

2010-12-09 Thread Alexander Lucas
A Google search for Free SIP provider yields some good leads. A good tool to use for testing is sip:e...@iptel.org, which basically just echoes back any audio it receives. As soon as you hear your own voice coming back, you know it was a successful call, data's flowing the way it should, etc.

[android-developers] Hello Views GridView Tutorial - Android Packaging Problem

2010-12-13 Thread Lucas Infante
I've got a similar error: Description ResourcePathLocation Type Unparsed aapt error(s)! Check the console for output. HelloGridView Unknown Android Packaging Problem There is no clue about the error, just this line im Problems menu of

Re: [android-developers] Re: google analytics jar does not seem to work now

2011-01-21 Thread Alexander Lucas
Some gotchas: 1- Data isn't guaranteed to show up in Analytics until 24 hours after the data is submitted to analytics. It usually shows up earlier, but you should give it 24 hours (Notice I didn't say a day- Testing at 11:59 PM and checking for data at 12:01 AM won't get you anywhere :P ).

Re: [android-developers] Re: Pretty sure Google Analytics for Android not working

2011-01-24 Thread Alexander Lucas
Hi Guys- Sorry I didn't spot this thread until now. Some answers: Brill- H is correct- Custom Variables don't get sent by themselves- They're basically metadata for your pageviews and events. Their main purpose is to allow you to look at segments of your traffic. H- Can you elaborate on

Re: [android-developers] SIPDemo is not working...

2011-01-24 Thread Alexander Lucas
Hi Avi- The emulator doesn't currently support Sip- To test, you'll need a device running gingerbread. -Alex On Thu, Jan 20, 2011 at 12:34 AM, Avi iamavinash...@gmail.com wrote: I tried to use SIPDemo application on Android 2.3 - revision 9 emulator But it returns null for the

Re: [android-developers] Re: Pretty sure Google Analytics for Android not working

2011-01-26 Thread Alexander Lucas
H- Per your comments on usability (drill-down order in same report, etc) I'll definitely pass those along to the team- I'd recommend you also add a feature request! Votes on community-made feature requests have real influence in how they prioritize their time :) Regarding the ability to select

Re: [android-developers] Re: Pretty sure Google Analytics for Android not working

2011-01-26 Thread Alexander Lucas
Actually, it appears I spoke too soon- There's a feature request form for the API, but not yet for the web app. I'll forward the feedback to someone on the team:) -Alex On Wed, Jan 26, 2011 at 9:57 AM, TreKing treking...@gmail.com wrote: On Wed, Jan 26, 2011 at 11:51 AM, Alexander Lucas

[android-developers] Question regarding SDK object / method call: public abstract SharedPreferences.Editor putString (String key, String value)

2011-03-07 Thread gary lucas
missing any imports but that could make sense too... I freely admit that I'm not up to speed on Java or Eclipse, so there's good odds I'm missing something obvious... Anyone care to point out the obvious? Thank you. Gary Lucas -- You received this message because you are subscribed

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread gary lucas
Something similar to this happened to me. Have you tried using the 'android' -- Fix this application from the eclipse project manager view? Also, I had R.Id.buttonX returning a TextEdit for awhile... I solved that by deleting the elements from the UI file and then saving and re- adding... I'm

Re: [android-developers] Re: facebook integration

2011-05-08 Thread lucas falcao
then facebook will know its your app thats trying to get info, and as its registered will let you connect On Sun, May 8, 2011 at 11:26 PM, lucas falcao lucas.falcao...@gmail.comwrote: recently i used facebook oficial api in an app it seems like that your app is not registered in facebook if you

Re: [android-developers] Re: facebook integration

2011-05-08 Thread lucas falcao
recently i used facebook oficial api in an app it seems like that your app is not registered in facebook if you look in the start guide of the facebook oficial api you'll see that your app must be registered to gain access to facebook graph this is done registering a key that facebook generates

[android-developers] Re: Pan/Zoom (Seat Map View) Major Airline

2011-06-16 Thread Alexander Lucas
Hi Dennis- The best way to approach this depends on what platforms you're targetting. For Honeycomb and later (api level: 11), it's actually pretty straightforward: View has two methods, setScaleX and setScaleY http://developer.android.com/reference/android/view/View.html#setScaleX(float)

[android-developers] Problem with developer console (market)

2011-10-23 Thread Lucas Falcão
an app with the same package, it wont let me create. So, how can i go through this issue? I've already deactivated the old version in the console, i read that it will be ereased sometime automatically. Thanks, Lucas Falcão ps: sorry for the bad english, not my main language -- You received

Re: [android-developers] Problem with developer console (market)

2011-10-23 Thread Lucas Falcão
Application. Once a package name is used, it is forever reserved and can't be used again other than for upgrades (for packages with the same signature of course). 2011/10/24 Lucas Falcão lucas.falca o...@gmail.comlucas.falcao...@gmail.com Hi guys, how you're doing? First, thanks for your attention

Re: [android-developers] How to load web page in background

2012-03-27 Thread Lucas Diego
I think u could use HttpClient from http://hc.apache.org/httpclient-3.x/ if you try something like this, it might be useful: * HttpGet httpget = new HttpGet(http://www.your_url.com); HttpResponse response = httpClient.execute(httpget);

Re: [android-developers] How to load web page in background

2012-03-27 Thread Lucas Diego
the view } //hide the progress dialog Any time. Lucas On Tue, Mar 27, 2012 at 11:54 AM, Rama Krishna ramakrishnar...@gmail.comwrote: Thanks Lucas, Have a small question on the following, entity.consumeContent(); if (entity

[android-developers] Someone help me

2012-05-03 Thread Lucas R.
Hi! I am wanting to develop an app that connects to the pc via wifi and app that I can see a list of songs, choose any music chosen and this touch the PC. Could anyone give me a direction so that I can implement this project? Example: apis which I use, how to establish this connection, where my

[android-developers] Help whit SurfaceView initialization!

2012-01-02 Thread Lucas Ianni
Hi guys Happy new year :) I started the year whit a little problem, and I'll be glad if someone help me tnks ! So, I am trying to spawn a specific .bmp in my Android screen at the initialization of the program, but the metod .getHeight() arent created yet when I create my bitmap! What I am

Re: [android-developers] Can somebody invite me to the Google+?

2011-07-05 Thread lucas falcao
somebody can i cant On Wed, Jul 6, 2011 at 1:12 AM, fei wang philip584...@gmail.com wrote: I need a help! -- 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] Android app (.apk) x Web app (using WebView)?

2012-02-03 Thread Lucas Diego
, for example) instead of? thanks. Lucas -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] An app inside the other

2012-05-14 Thread Lucas Diego
Hi everyone, I'd like to know if is possible to launch an app inside the other developed by me. I'm trying to run a previous installed app inside a Tabhost for instance. If it is, how could I do this?! Any help would be appreciate. Thanks -- You received this message because you are

[android-developers] Programatically connect to Ad2p/Hsp headset via NFC [NFC/Bluetooth]

2012-06-12 Thread Lucas Paolotti
Hello everyone, I have a problem on my application. The main purpose of my app is to scan a BluetoothDevice ( a headset) by a NFC tag, connect to the headset (automatically) and launch a media player just after the connection. The only (most important) part that i'm trying to make is the

[android-developers] Share information

2012-07-13 Thread Lucas Diego
Hi guys! I'd like to know how u guys share information from your app to facebook and twitter. Do you use facebook and twitter's apk or simple use Intent.ACTION_SEND? What do you think is more professional? what do you suggest? thanks. Lucas Diego -- You received this message because you

[android-developers] Intercept an app

2012-12-18 Thread Lucas Diego
Hi everyone! Is it possible to intercept an app to launcher, in order to ask a password before? Like ZDBox ( https://play.google.com/store/apps/details?id=com.zdworks.android.toolboxhl=en) does? I created my onw launcher and there are some apps that I don't want to be opened, only if the user

Re: [android-developers] Intercept an app

2012-12-19 Thread Lucas Diego
this type of behavior typically read logs and then shut down other apps by killing them with a pid, relaunching after the user inputs a password. Fortunately, this behavior has been removed (no read logs permission) in newer Android builds. Kris On Tue, Dec 18, 2012 at 9:23 AM, Lucas Diego

Re: [android-developers] Intercept an app

2012-12-19 Thread Lucas Diego
ok! thanks Kris On Wed, Dec 19, 2012 at 11:54 AM, Kristopher Micinski krismicin...@gmail.com wrote: Like I said: you can't. Kris On Wed, Dec 19, 2012 at 8:24 AM, Lucas Diego diegoluc...@gmail.com wrote: ok... I might work... but what if another app launches a browse, how can I

[android-developers] Prevent sms sending

2013-01-30 Thread Lucas Diego
. thanks. Lucas Diego -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: Prevent sms sending

2013-01-31 Thread Lucas Diego
, controlled environment. And / or your client should negotiate with the mobile phone service provider and tell them not to accept text messages from these phones. On Wednesday, January 30, 2013 1:01:46 PM UTC-6, Lucas Diego wrote: Hi everybody, I have been developping a launcher

Re: [android-developers] Re: Prevent sms sending

2013-01-31 Thread Lucas Diego
-calls-in-android kris On Thu, Jan 31, 2013 at 3:05 PM, Lucas Diego diegoluc...@gmail.com wrote: Ok, so... what I did to avoid (or at least try to) user send sms, was to show users a message by the moment they send the sms. Basically, the messagem says that it is aganist the company's rules

Re: [android-developers] Re: Prevent sms sending

2013-02-01 Thread Lucas Diego
=15022 But it is marked as closed. The basic story is: don't try to use system level APIs. kris On Thu, Jan 31, 2013 at 4:02 PM, Lucas Diego diegoluc...@gmail.com wrote: Yeah I've seen and tried it already... The problem is that, it doesn't work on android 2.3.7 or up On 31

[android-developers] Can't play audio using localhost url in MediaPlayer

2013-04-22 Thread Lucas Santos
Hello there, I'm developing an application in native code that creates a socket in the device to stream an AAC audio content. I tested in some devices like Galaxy Note 10.1, Galaxy Note II, Galaxy S3, Galaxy Tab 7.1 and all of these devices works perfectly. But when I tried to play the same

[android-developers] Android MediaPlayer localhost

2013-04-22 Thread Lucas Santos
Hello there, I'm developing an application that creates a socket using native code to stream audio files. I tested on Galaxy Note 10.1, Galaxy Note II, Galaxy S3 and Galaxy Tab 7.1. All of these devices works perfectly, but when I tried to play the audio content in Galaxy S2 I got this Log Cat

Re: [android-developers] Google Play Merchant account link doesn't work

2013-08-22 Thread Lucas Diego
+1 2013/8/22 David Toledo dtole...@gmail.com The same problem for me, too 2013/8/22 Nikolay Elenkov nikolay.elen...@gmail.com On Thu, Aug 22, 2013 at 11:23 PM, Eurig Jones eurigjo...@gmail.com wrote: Right now the Google Play Merchant account link on the Financial Reports tab of

[android-developers] Your apps portfolio

2013-08-23 Thread Lucas Diego
Hi everybody, I'd like to know how you usually shows your app you have worked on to your future clients? Does someone use, have used or recommends https://about.me as a professional portfolio? Would you share your opinion about this subject? Thaks -- You received this message because you are

[android-developers] Change key icon keyboard: Drawable return int?

2015-11-30 Thread Lucas Zorzi
I'm trying to change a key icon on press in run time: @Override public void onPress(int primaryCode) { Keyboard currentKeyboard = KbView.getKeyboard(); List keys = currentKeyboard.getKeys(); KbView.invalidateKey(primaryCode); keys.get(primaryCode).label = null; keys.get(primaryCode).icon =

[android-developers] Install Referrer Questions

2016-02-25 Thread Lucas Ertola
Hi everyone! I have a couple of question related how does the referral parameter works for install sources attribution. For example: *Scenario 1* A user clicks on a ad with a referrer url that redirects him to

[android-developers] Safe Mode glitch?!

2016-04-05 Thread Lucas Leoncio
I'm having some problems with my Nexus 6P and google support ask me to use my phone in safe mode. As expected I can't open the apps that I have installed in my device, I mean, I can't click in the icon in the app drawer or home screen and open it, but if i had the app in the recent opened

[android-developers] Blocking the thread when call NdefFormatable.close()

2016-03-24 Thread Lucas Moretto
According documentation, connect and format of NdefFormatable may cause RF activity and may block. They recommend call close from another thread. This not worked for me, because when i call close, the thread is blocked too. This is my code: private void formatTag(Tag tag, NdefMessage

[android-developers] Is Google's "Tap to Translate" feature available for any Android app to implement?

2016-09-21 Thread Lucas Pelegrino
I'm not an Android developer, but have a similar need in my business, where the user can "minimize" the app and then captures what is in the clipboard after it's open again. Can I do this or is this exclusive to the Google Translate app? Here is the promotional video talking about this

[android-developers] Failed to find build revision 30.0.3

2022-07-20 Thread Lucas WISDOM
hi everyone, I am Lucas and I am new in android app programming. I recently install the latest version of android studio and when I try to run my app I get this error: *Failed to find build revision 30.0.3* I am looking for how to fix it but I don't know what to do, please help! sorry for my

Re: [android-developers] Free 2 Paid

2011-09-23 Thread Lucas de Jesus Matias
You can put ads in it and create a paid version more complete. Depends of the case. 2011/9/23 TreKing treking...@gmail.com On Fri, Sep 23, 2011 at 11:46 AM, bob b...@coolgroups.com wrote: Anyone know why you can't change an Android app from Free to Paid? Because it's not allowed.

[android-developers] Hora/Trabalho para Feelancer android

2011-10-03 Thread Lucas de Jesus Matias
Só pela dúvida, Alguém tem alguma base de hora/trabalho pra desenvolvimento freelancer de android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Hora/Trabalho para Feelancer android

2011-10-03 Thread Lucas de Jesus Matias
sorry about the english, I missed the group, i was trying to send to android-brasil-dev, my fault. just ignore it, thx. Em 3 de outubro de 2011 17:52, Lucas de Jesus Matias lucas.matias...@gmail.com escreveu: Só pela dúvida, Alguém tem alguma base de hora/trabalho pra desenvolvimento

[android-developers] Share Image files between Applications.

2011-11-28 Thread Lucas de Jesus Matias
Hello, I want to do something like in the app find differences https://market.android.com/details?id=com.pineconesoft.comparator in which is possible to install a image pack https://market.android.com/details?id=com.pineconesoft.comparatorpack3 How can I do it? I dont think this is done with

Re: [android-developers] Re: Share Image files between Applications.

2011-11-28 Thread Lucas de Jesus Matias
I dont want use it, but I think I'll need use it :/ only if there's no alternative way. -- 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,

Re: [android-developers] Re: Share Image files between Applications.

2011-11-28 Thread Lucas de Jesus Matias
I'm searching and i found which with output I can write a file in getFilesDir().getAbsolutePath() and with sharedUserId I think that I can access it, I just dont know how to do this, its possible? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Share Image files between Applications.

2011-11-28 Thread Lucas de Jesus Matias
When I save a image to SD the people can open this? -- 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: Share Image files between Applications.

2011-11-28 Thread Lucas de Jesus Matias
Mark, but doing this I will need update the default Aplication every time that I create a new Package, right? What I want is just read a directory and get all images which there is, independent of another applications, the other applications just include files in this directory. I dont know how to

Re: [android-developers] Re: Share Image files between Applications.

2011-11-28 Thread Lucas de Jesus Matias
Thx Mark, I'll search about PackageManager, I think this is what I need :) I'll try implement this. -- 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] My First and New Live Wallpaper (Droid in Space)

2011-12-03 Thread Lucas de Jesus Matias
Hello, I created this livewallpaper https://market.android.com/details?id=br.com.lyrie.livewallpapers.droidinspacefeature=search_result#?t=W251bGwsMSwxLDEsImJyLmNvbS5seXJpZS5saXZld2FsbHBhcGVycy5kcm9pZGluc3BhY2UiXQ.. If you can try, and be nice to vote :P There is a bug in preview mode, when the

[android-developers] Re: My First and New Live Wallpaper (Droid in Space)

2011-12-03 Thread Lucas de Jesus Matias
Ps: the bug is which the images are not loaded correctly when is running and enter in preview mode, sometimes it happens randomly. -- 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] Is this android app possible?

2012-01-12 Thread Lucas de Jesus Matias
if he can root the device is possible prevent to uninstall, installing as native app, like cerberus have this option. I think as root is possible all the things, but not sure :P -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] New Game Developer, need help starting

2011-09-12 Thread Lucas de Jesus Matias
I'm currently reading Beginning Android Games Development [2] I'm reading the official Android developer website at same time ^^. 2011/9/12 Nico Balestra nicobales...@gmail.com I'm currently reading Beginning Android Games Development (Mario Zechner) but only after reading the official

Re: [android-developers] Re: Abrir URL desde android y no mostrar barra de direcciones o fuente del sitio

2011-09-15 Thread Lucas de Jesus Matias
I'm Brazilian, but i try to write on english, my english is poor, but i try :P I can speak portuguese on the Brazilian community android. 2011/9/15 Streets Of Boston flyingdutc...@gmail.com I disagree; I wouldn't want to see every possible language on this board. If you read the 'About' of