Re: [android-developers] no domain

2013-01-01 Thread Mário César Mancinelli de Araújo
Just create one as you whant. What people usually do is: com.NameOfYourCompany.NameOfYoutSoftware But basically you can put whatever you want. Best regards. Em 02/01/2013 04:12, bob b...@coolfone.comze.com escreveu: What is the convention for naming your APK package if you don't have your

[android-developers] Re: Image background (not 9-patch) for an AppWidget

2012-12-05 Thread Mário César Mancinelli de Araújo
... Is there anyway to correct it (without putting more padding)? Thanks! Em terça-feira, 4 de dezembro de 2012 00h19min37s UTC-2, Mário César Mancinelli de Araújo escreveu: Hi everyone. It's really not a code issue, but a layout one. So, if anyone could help me, it would be nice. The thing

Re: [android-developers] Re: Image background (not 9-patch) for an AppWidget

2012-12-05 Thread Mário César Mancinelli de Araújo
(bitmap, rect, rect, paint); return output; } Hope this helps! On Wed, Dec 5, 2012 at 7:30 PM, Mário César Mancinelli de Araújo mandaproma...@gmail.com wrote: I created a file digital_clock_background.xml (inside res/drawable) and put this code: ?xml version=1.0 encoding=utf

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Mário César Mancinelli de Araújo
they can help with this or other questions? https://groups.google.com/forum/?fromgroups=#!forum/android-ide On Monday, December 3, 2012 8:07:09 PM UTC, Mário César Mancinelli de Araújo wrote: About AIDE... I'm in travel, just with my tablet and I'm trying to start a small project, but I'm

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Mário César Mancinelli de Araújo
About AIDE... I'm in travel, just with my tablet and I'm trying to start a small project, but I'm having a problem: how in hell do I add a new layout, which I'm going to use for an AppWidget? Thanks! Em 03/12/2012 16:27, Russell Wheeler russellpeterwhee...@gmail.com escreveu: It's not called

[android-developers] Image background (not 9-patch) for an AppWidget

2012-12-03 Thread Mário César Mancinelli de Araújo
Hi everyone. It's really not a code issue, but a layout one. So, if anyone could help me, it would be nice. The thing is that I'm gonna have to use an image, an picture, as background for an AppWidget. So, basically, I'm gonna use an ImageView to show the image, setting the scale type to

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-02 Thread Mário César Mancinelli de Araújo
for instance). More than that, there's the problem of creating layouts. Of course, most of it you can create on code, but some parts it's better do it in a UI design. Best regards. -- *Mário César Mancinelli de Araújo* Presidente da Organização Livres Pensadores - http

Re: [android-developers] sqllite database with data

2012-12-01 Thread Mário César Mancinelli de Araújo
I'm developping an app where I need it too. It's a basic quotes app, so it has two tables: quotes and authors. What I did: created two xml with the data and, when I create the database, I read the xml and populate it. Just simple. Now I have to discover some way to discover if the app was

Re: [android-developers] sqllite database with data

2012-12-01 Thread Mário César Mancinelli de Araújo
Something I forgot: there are two xml with the data for each language, of course. And, for now, it's only Portuguese and English. Em 01/12/2012 12:20, Mário César Mancinelli de Araújo mandaproma...@gmail.com escreveu: I'm developping an app where I need it too. It's a basic quotes app, so

Re: [android-developers] sqllite database with data

2012-12-01 Thread Mário César Mancinelli de Araújo
check for the equality of this and an old one that you have saved either using sharedpreferences or any other way you would like. On Sat, Dec 1, 2012 at 4:22 PM, Mário César Mancinelli de Araújo mandaproma...@gmail.com wrote: Something I forgot: there are two xml with the data for each

Re: [android-developers] Re: Pulling phpBB posts to an Android app

2012-11-30 Thread Mário César Mancinelli de Araújo
Actualy you can make a whole new UI for the phpBB, if you were able to access the forum database. It's not dificult, you just have to search for a good documentation about the phpBB. Em 30/11/2012 20:50, bob b...@coolfone.comze.com escreveu: Sounds like a job for java.net.HttpURLConnection.

Re: [android-developers] Re: Write to another application's internal memory

2012-11-27 Thread Mário César Mancinelli de Araújo
Maybe a good solution would be creating a lib project to take care of that data and import it in bouth projects. Then, in this lib project you culd use a database, shared preferences or anything you want to hold the data. ;-) Best regards. Em 28/11/2012 00:03, Android Test aandroidt...@gmail.com

Re: [android-developers] Re: android e book

2012-11-26 Thread Mário César Mancinelli de Araújo
Maybe you won't need any of this. But, first, questions: - The data you want is only in that HTML page? If so, how is it formated? - Or is it in a database? If this is the case, can't you access directly the db? Anyway, you can access it with xml, or directly the database. And it isn't so hard to

[android-developers] AlarmManager destroying an AppWidget

2012-11-19 Thread Mário César Mancinelli de Araújo
I add a configure/settings Activity in my AppWidget and started gotting some problems. At first, I didn't knew what is the cause, so I commented some parts of the code to figure it out. So what I've found is that the AlarmManager code is causing it. I already tried changing simulator's