[android-developers] Stream of data between application

2017-01-20 Thread Gabriel Klein
We are developing a module to take your blood pressure using your finger. The module is integrated to the phone and communicating using i2c. We are building a part to stream raw data to third party applications. We have an application streaming ~200 lines of data every seconds. Application #1 ->

[android-developers] Store listing experiments: Needs more data?

2016-10-17 Thread Gabriel Oliveira
Does anyone knows how much traffic needs to run through the experiments for them to have a result? Is it based on visitor traffic? Clicks? Installs? How much of those do I need to have for an experiment to get concluded? Or is it based on a few days that it has been running? -- You received th

[android-developers] Equalizer on global output / Get Current Active AudioSessionId

2016-07-25 Thread Gabriel Morin
Hello, it seems that it is not possible (at least not anymore) to apply an audio fx such as an Equalizer on the global output of the phone. As it's possible to apply it to any AudioSessionId as long as you have the value of this ID, wouldn't it be a nice feature to be notified through an intentf

[android-developers] How to insert a list Fragment inside a swipping layout tab?

2016-05-26 Thread gabriel brito
The situation is this, I have a sweeping tab layout (kinda like whatsapp), and I want to insert a list fragment or a list view inside it. Every row of the list should have 2 textview and I don't want the source for the list coming from a xml file (later I will be populating it from queries, so I

[android-developers] Changing soft input language from code

2016-05-20 Thread Gabriel Morin
ooked everywhere but could not find any way to change the soft input's language from my app's code. Am I missing something ? If not, is there something on the way that can keep me hopeful? Thanks, Gabriel -- You received this message because you are subscribed to the Googl

[android-developers] How to play a secure video using CouldFront?

2016-04-11 Thread Mihai Gabriel Petrescu
references refer to other resources that need to be signed as well. Regards, Gabriel Petrescu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

[android-developers] My project do not import AppCompatActivity

2016-02-03 Thread Gabriel Vargas
Hi, I am trying to import AppCompatActivity to create a App with Fragments. This the content of my build.gradle: ... dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:21.0.3' } In my class, I ne

[android-developers] Re: Socket.io on Singleton

2016-01-20 Thread Gabriel Avila
20, 2016 at 5:16:53 PM UTC-4, Gabriel Avila wrote: > > I'm trying to implement a globalized Socket.io connection method for an > entire application (multiple activities). > > The requirements: > 1. The socket.io must be enabled as long as the user is logged into the > app

Re: [android-developers] Socket.io on Singleton

2016-01-20 Thread Gabriel Avila
6 at 5:31 PM, Justin Anderson wrote: > What do you mean that moving calls to a device didn't work? That is most > likely what you want. I would implement it as a started and bound service. > > On Wed, Jan 20, 2016, 3:21 PM Gabriel Avila wrote: > >> I'm trying to implem

[android-developers] Socket.io on Singleton

2016-01-20 Thread Gabriel Avila
I'm trying to implement a globalized Socket.io connection method for an entire application (multiple activities). The requirements: 1. The socket.io must be enabled as long as the user is logged into the application 2. The socket has to keep connected even when switching activities. 3. The socke

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? 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 uns

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? 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 uns

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? 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 uns

[android-developers] Most efficient way to animate a hires image

2013-04-29 Thread Gabriel R.
Hello, I want to have a hires world map, either SVG or PNG, and have it move slowly with a Ken Burns effect in the background of my application's screens. What would be the most efficient method to animate a large image in an app? Thank you. -Gabriel PS: this is my first post here, f

[android-developers] Re: Help needed

2013-03-05 Thread Gabriel Augusto
Check strings.xml in 'values' folder Em terça-feira, 5 de março de 2013 07h40min20s UTC-3, ramesh babu escreveu: > > hi frnds, >i am just start learning about android,while i am > developing a simple app i got stuck with these error: Error: No > resource found that matches the given

[android-developers] Re: How to create a Android Launcher ?

2013-01-07 Thread gabriel ferreira
Quero sabe se eu posso excluir o jogo gta porque eu comprei o jogo e ele não pega ta aparecendo que não tem tudo suficiente para jogar esse jogo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Gabriel Higareda
Sorry to be posting but I can't see my posts on the group page: This is the code that is giving me trouble: try{ URL url = new URL("http://en.wikipedia.org/wiki/File:Polar_Bear_-_Alaska.jpg";); HttpURLConnection connection = (HttpURLConnection) url.openConnection();

[android-developers] Re: Chronometer Widget lags against other stopwatches

2012-11-19 Thread Gabriel Simões
No other reports of this issue? On Saturday, November 17, 2012 11:58:20 AM UTC-2, Gabriel Simões wrote: > > Hello, > > I have created a simple activity with a chronometer widget just to display > the elapsed time. > The code is really simple: > > //Initiate t

[android-developers] Chronometer Widget lags against other stopwatches

2012-11-17 Thread Gabriel Simões
take to make things go right? Thanks, Gabriel Simões -- 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-

[android-developers] Re: Lucky patcher - how to protect

2012-10-10 Thread Gabriel Simões
Thanks for your reply! So, in the end, what is left is to customize lvl enough to change signatures and enums in a way that automatic patching stops working. Apps with advertisement have no solution against banner disabling or even vendor key changing. No comments from google yet? Surprising...

[android-developers] Lucky patcher - how to protect

2012-10-09 Thread Gabriel Simões
back strategies. Any news to be shared? Thanks, Gabriel Simões -- 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

Re: [android-developers] Re: how to run a service in background when the user is out of android application

2012-08-01 Thread Gabriel Augusto
A Service running in background every time must end with the battery or be killed by the os. Make a Service that run, do your work and see AlarmManager to start the Service again. 2012/8/1 bob > Maybe look at this? > > http://developer.android.com/reference/android/app/Service.html > > > On Mond

Re: [android-developers] Re: Lock app

2012-07-26 Thread Gabriel Augusto
I searched and i found this question: http://stackoverflow.com/questions/7248080/android-lock-apps But I can't understand some things.. 2012/7/26 Pent > This is kindof frowned upon in official circles here so I'm wearing a > big sombrero to hide my identity as I post this. > > Several solutions

[android-developers] Lock app

2012-07-25 Thread Gabriel Augusto
rd even when he wants to run Settings and the Package Installer, for example. In apps on market, I can do that with any program. I know that this is possible and this was spoken in this group before, but any solution worked to me. Sorry for my english. Thanks, Gabriel Augusto -- You receiv

[android-developers] Re: LVL + proguard: Google play answers "Market not Managed"

2012-07-23 Thread Gabriel Simões
Sorry, here is my proguard's config.txt file: -target 1.6 -optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify -verbose -dump class_files.txt -printseeds seeds.txt -printusage unused.txt -printmapping mapping.txt -libraryjars ..\libs -optimiz

[android-developers] LVL + proguard: Google play answers "Market not Managed"

2012-07-22 Thread Gabriel Simões
e manually updated my android target on project.properties (this is something I haven´t found on documents but is necessary). Any ideas on what could be causing this issue? Just to let you know, my config.txt is almost the same google creates as standard on ADP. Thanks, Gabriel Simões -- Yo

[android-developers] How can i retrieve data to a gridview from SqlDatabase?

2012-05-04 Thread Gabriel
Hello Everyone!, I'm new here in this kind of development. So my question exactly is how can i retrieve data to my gridview from a storeprocedure query in sql server 2008. I will try to make an app with this to my work but i have no idea how to do that, so please help with a few steps or maybe w

[android-developers] Re: I would need some help with regard to sample projects in Eclipse

2012-02-24 Thread GABRIEL
over your project, reopen and change java COMPILER to 1.6 NOT 1.5. On Feb 24, 10:04 am, GABRIEL wrote: > HEEELP! > > On Feb 19, 5:29 pm, GABRIEL wrote: > > > > > > > > > Hello everyone, > > > This is my first post, I usually find everything on the we

[android-developers] Re: I would need some help with regard to sample projects in Eclipse

2012-02-24 Thread GABRIEL
HEEELP! On Feb 19, 5:29 pm, GABRIEL wrote: > Hello everyone, > > This is my first post, I usually find everything on the web but this > one is just impossible to find (for me at least) > > I am trying to open the Sample Project (or sample code) : "NewsReader" > i

[android-developers] I would need some help with regard to sample projects in Eclipse

2012-02-20 Thread GABRIEL
ies was "out of sync". "Fix project properties" did not fix the problem. I'm doing something wrong and I just cannot figure what that is. Can anyone help me out with this? (I am debugging directly on the galaxy nexus). Thanks in advance. Best Regards, Gabriel. -- You rec

[android-developers] How About Android for Desktops...

2012-02-13 Thread Gabriel Walsh
Another discussion where I posted a version of this led me to thinking that this might make for an interesting topic all on its own. How would you envision a port of android made specifically for Desktop/Laptop environments, and do you think such an OS would be appealing to the average user?

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-08 Thread Gabriel Simões
> > 8 февраля 2012 г. 14:06 пользователь Gabriel Simões > написал: > > > > > > > > > Help! > > > On Feb 7, 11:26 pm, Gabriel Simões wrote: > > > Hello! > > > > I´m facing an issue I haven´t before and I really don´t know what may &

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-08 Thread Gabriel Simões
Help! On Feb 7, 11:26 pm, Gabriel Simões wrote: > Hello! > > I´m facing an issue I haven´t before and I really don´t know what may > be causing my issues. > > I  have 2 apps implementing LVL. I´ve never faced big issues with LVL > before but now, for some unknown re

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-07 Thread Gabriel Simões
Forgot to mention, it is happening to 2 different apps, with not equal but close LVL code. Have double checked and I haven´t changed the app key file, nor the passwords or package names. On 7 fev, 23:26, Gabriel Simões wrote: > Hello! > > I´m facing an issue I haven´t before and I rea

[android-developers] LVL Reasons for answering differently for real users and test accounts

2012-02-07 Thread Gabriel Simões
arket answers? Please, help! Thanks, Gabriel Simões -- 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-deve

[android-developers] I've been making games for a while now but how do I make them successful?

2012-02-07 Thread Pedro Gabriel Fonteles Furtado
I have just released this game: https://market.android.com/details?id=monster.puzzle It has okay visuals, okay gameplay, I think it even hits some interesting key words. Yet it's not getting a lot of downloads. I used to think you need to hit popular key words to be successful in order to have or

[android-developers] Re: does Android market validate unreleased versions?

2012-02-06 Thread Gabriel Simões
thinking of is that I´ve changed my development environment but I´m keep the same passwords and the same license key, so I shouldn´t have problems with this. Any info on what is considered in the validation process? On 6 fev, 16:13, TreKing wrote: > 2012/2/6 Gabriel Simões > > > I tried ru

[android-developers] does Android market validate unreleased versions?

2012-02-06 Thread Gabriel Simões
Hello, I tried running a beta testing campaign during the weekend but all users complained that they couldn't get a valid license. Doors Android market validate unreleased versions of paid apps? Thanks, Gabriel -- You received this message because you are subscribed to the Google G

[android-developers] Trigger the recent task switcher

2011-10-26 Thread Gabriel
I'm wondering if there is a way, in code, to trigger the recent task switcher not just by long pressing home? -- 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 unsubs

[android-developers] Re: Undefined Reference - ffmpeg on android ndk

2011-10-16 Thread Gabriel Simões
I forgot to add my build script: NDK=/cygdrive/c/Gabriel/Desenvolvimento/SDKs/Android/android-ndk-r4- crystax PLATFORM=$NDK/build/platforms/android-8/arch-arm/ PREBUILT=$NDK/build/prebuilt/windows/arm-eabi-4.4.0 function build_one { ./configure --target-os=linux \ --prefix=$PREFIX

[android-developers] Undefined Reference - ffmpeg on android ndk

2011-10-15 Thread Gabriel Simões
)/ffmpeg/android/armv5te/include LOCAL_LDLIBS:= -llog -ljnigraphics -lz -lm $(LOCAL_PATH)/ffmpeg/ android/armv5te/libffmpeg.so include $(BUILD_SHARED_LIBRARY) -- The result: -- Compile++ thumb: audi

Re: [android-developers] Re: Encryption

2011-09-02 Thread Gabriel Marchant
Ok Nikolay... I heard about a unique ID for each Android device. Do you know something about it? 2011/9/2 Nikolay Elenkov > On Sat, Sep 3, 2011 at 12:10 AM, Gabriel Marchant > wrote: > > dea is to read de IMEI on the device the the first time (when the user > buys > > t

Re: [android-developers] Re: Encryption

2011-09-02 Thread Gabriel Marchant
time (when the user buys the apk from our store), encrypt it and store it at the data base on the device. Thank you again!! Gabriel 2011/9/1 Nikolay Elenkov > On Fri, Sep 2, 2011 at 7:19 AM, Drezden wrote: > > You need to look into what's called symmetrical encryption. > >

[android-developers] Encryption

2011-09-01 Thread Gabriel Marchant
YOU Gabriel -- 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.co

[android-developers] Re: EditText text validation

2011-08-09 Thread Gabriel Spencer
It sounds like you need a focus change listener. http://developer.android.com/reference/android/view/View.OnFocusChangeListener.html On Aug 9, 12:36 am, yoav bbb wrote: > So. > The validate function must be called when ressing a button? > no option to call the function when user leaves the te

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-23 Thread Gabriel Simões
have both an > ALBUM_ID and an ALBUM_KEY? > > The DISTINCT should never be needed if you were truly retrieving a > unique key, as a key is distinct by definition.  Something doesn't > seem right. > > On May 23, 9:04 am, Gabriel Simões wrote: > > > > >

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
a little hack: added MediaStore.Audio.Media.ALBUM_KEY + " as '_id'" and now it seems to work On May 22, 9:54 pm, Gabriel Simões wrote: > Thanks once again Kostya, > > I came up with a cleaner solution that still has one thing left to > work: > > Inste

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
oesn´t work. How can I fix the Adapter dependency of _id so my expandablelistview works? Thanks, Gabriel Simões On May 22, 2:42 pm, Kostya Vasilyev wrote: > 22.05.2011 21:13, Gabriel Simões пишет: > > > My second approach was to find a way to block the displaying of some > > entries

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
:41 pm, Kostya Vasilyev wrote: > 22.05.2011 20:30, Gabriel Simões пишет: > > > - Querying the information with the relationships I need (query only > > albums with mp3 files inside) > > If you can do this with ContentResolver.query, that would be an great > solution. I am

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
rying the information with the relationships I need (query only albums with mp3 files inside) - Querying all albums and displaying only the ones with mp3 files (need to know how to filter content from a cursor before it is displayed in the expandablelistview) Thanks, Gabriel On May 22, 12:33 pm, K

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
Please, any idea/tip will be of great help! I´m stuck on this one. Tnx, Gabriel Simões On May 21, 9:49 pm, Gabriel Simões wrote: > Hello, > > I´ve been searching on the web and here for information but couldn´t > find anything related to this problem so I hope you can help me. >

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
Please, Any idea here would be of great help, thanks On May 21, 9:49 pm, Gabriel Simões wrote: > Hello, > > I´ve been searching on the web and here for information but couldn´t > find anything related to this problem so I hope you can help me. > I´m retrieving information

[android-developers] Filter specific data from cursor before ListView. How?

2011-05-21 Thread Gabriel Simões
ive this result? Thanks, Gabriel Simões -- 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+unsubsc

[android-developers] Re: Music App and Call issue

2011-05-14 Thread Gabriel Simões
If you want the app to stop playing when there´s an incoming call, then you should listen to the call event and take actions as it happens. If I got your explanation right, this is the expected behavior. On May 13, 9:59 am, future wrote: > 1.      Make MO Call. > 2.      Start music while still i

[android-developers] query() + where + 2 content providers. Possible?

2011-05-03 Thread Gabriel Simões
e a way to compose the query() method to get the information I need, should I go for raw sql or should I programatically filter my results by doing a sequence of queries()? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups "Android Developers&quo

[android-developers] Re: Insights for using query() and MediaStore.Audio.Albums

2011-04-30 Thread Gabriel Simões
No ideas? Please, some help here would be really nice! tnx On Apr 28, 10:06 pm, Gabriel Simões wrote: > Hello, > I´ve been trying to figure a way out to search MediaStore.Audio.Albums > and MediaStore.Audio.Media to retrieve onlly albums from mp3 files. > I can list all albums

[android-developers] Insights for using query() and MediaStore.Audio.Albums

2011-04-28 Thread Gabriel Simões
etContentResolver().query() I couldn´t figure out a way to apply WHERE clause or also search DISTINCT MediaStore.Audio.Media.ALBUM filtering MediaStore.Audio.Media.DATA Thanks for your help, Gabriel Simões -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: ExpandableListView for only mp3 albums. Tips requested

2011-04-28 Thread Gabriel Simões
Please, any insights would be of great help.. Tnx! On Apr 27, 10:57 pm, Gabriel Simões wrote: > Hello, > > I´ve been trying to figure a way out to search MediaStore.Audio.Albums > and MediaStore.Audio.Media to retrieve a list of mp3 albums and > organize them in an expandablelistv

[android-developers] ExpandableListView for only mp3 albums. Tips requested

2011-04-27 Thread Gabriel Simões
e.Audio.Albums.ALBUM); Do I need to run a SQL or can I archive the results I need using getContentResolver().query()? I couldn´t figure out a way to use WHERE clause or also search DISTINCT MediaStore.Audio.Media.ALBUM filtering MediaStore.Audio.Media.DATA Thanks for your help, Gabriel Simões -

[android-developers] Re: Rounding Numbers

2011-04-12 Thread Gabriel
> > > > > > > > > > On Tue, Apr 12, 2011 at 10:25 PM, Gabriel wrote: > > I have a calculator app and I want to round the number after comma. > > > Like, if the result is 15,3 I want to keep it on 15,33 or 15,3 > > > Does any know how to do

[android-developers] Re: Rounding Numbers

2011-04-12 Thread Gabriel
se/1.5.0/docs/api/java/util/Formatter > > You could also multiply the number by 100, or 10, as needed, convert it > to an integer thus removing the unneeded fractional part, and then > divide back by the scaling factor (100 or 10 or whatever). > > -- Kostya > > 12.04.2011 20:55,

[android-developers] Rounding Numbers

2011-04-12 Thread Gabriel
I have a calculator app and I want to round the number after comma. Like, if the result is 15,3 I want to keep it on 15,33 or 15,3 Does any know how to do that? Thanks, I really appreciate the help -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: Change Button Function and name when clicked

2011-04-12 Thread Gabriel
it would be the Toggle Button? On 12 abr, 11:02, Marcin Orlowski wrote: > If by "name" you mean label, then yes. As for different function - handle > this in your code, no big deal. > > PS:http://developer.android.com/resources/tutorials/views/hello-formstuf... > > Regards, > Marcin Orlowski > >

[android-developers] Change Button Function and name when clicked

2011-04-12 Thread Gabriel
I want to make a two-function button. When I click it makes a function and transform into another button, with other name and function. When I click it again it comes back to the first one. Is it possible?? -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] "Blank" Edit Text Problem

2011-04-07 Thread Gabriel
I'm making kind of a calculator and everything is working fine. Except when I leave one of the 4 EditText fields blank, the application cracks ("stops unexpectly"). How can I work this out? It would be good to, when this happens (EditText blank) just put a "empty" message at the destination. Part

[android-developers] Re: Two functions Button?

2011-03-27 Thread Gabriel
+; >          } > >         else >        { >               //operation >               i++; >        } > > } > > i think u  got it... > i hope it works.... > > - > Regards > Dixit Wadhwani > > On Mar 27, 8:55 pm, Gabriel wrote: > > > > > > > >

[android-developers] Two functions Button?

2011-03-27 Thread Gabriel
How I create a button with two functions? For example, when I click it once it starts a sound, and if I click it again it stops the sounds. Or a Mute button, that when I click it mutes all the sounds and change the imagebutton for a "mute off" image and if I click it again the sound returns. I ap

[android-developers] Re: "Sound On/Off" Button - Muting app sounds Button

2011-03-21 Thread Gabriel
Thanks, but how can I apply this for a single button? And change the button image when I do that? Sorry, I've just started developing, still learning the basics On 21 mar, 15:07, TreKing wrote: > On Mon, Mar 21, 2011 at 12:50 PM, Gabriel wrote: > > I want to put this in my ap

[android-developers] "Sound On/Off" Button - Muting app sounds Button

2011-03-21 Thread Gabriel
Hey guys, I see in a lot of games this Button wich you can Mute the app sounds. I want to put this in my app, but I don't have any clue how to do that. 1 - It would be the same button to mute and unmute the sounds. Like in "NinJump" Game. 2 - It would change the button image. Like "Off"' when y

[android-developers] Problem with SoundBoard App

2011-03-18 Thread Gabriel
I'm having a really strange problem: I'm making a simple app with a lot of ImageButtons that make sounds when you click it. I've done that before, so I'm just copying a previous code for that and replacing the names and ids. But, after the 7th Button in the java code, the next ones "stop unexpect

[android-developers] How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Gabriel Simões
r other transformation. I still think this is probably just a parameter but I´ve spent the whole afternoon reading android docs and posts on the web and could not make it. I hope you guys can help me. Thank you very much for your time, Gabriel Simões -- You received this message because you are sub

[android-developers] How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Gabriel Simões
Hello, I´m rewriting this post trying to make it a bit more clear and comprehensive. In my layout I have: - RelativeLayout -- 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

[android-developers] Re: ImageView resizing when positioned after screen size on the right

2011-01-24 Thread Gabriel Simões
zising the image automatically so it fits completly in the screen. Please, throw some light in here! On 24 jan, 16:33, Gabriel Simões wrote: > Will I have to crop the image dinamically? Please, give me some help > on this one. > > On 24 jan, 15:27, Gabriel Simões wrote: > > &g

[android-developers] Re: ImageView resizing when positioned after screen size on the right

2011-01-24 Thread Gabriel Simões
Will I have to crop the image dinamically? Please, give me some help on this one. On 24 jan, 15:27, Gabriel Simões wrote: > Hello, > > I´ve been searching the internet on how to position an ImageView > inside a RelativeLayout using coordinates in pixels. > After quite a research I

[android-developers] Re: wrap_content and fill_parent using Java

2011-01-24 Thread Gabriel Simões
Seach for LayoutParameters this is the way to go. On 24 jan, 15:36, TreKing wrote: > On Mon, Jan 24, 2011 at 3:08 AM, Sudhakar Chavali < > > sudhakar.koundi...@gmail.com> wrote: > > I wanted to set wrap content and fill parent properties using Java. > > How can I achieve this? > > Read the d

[android-developers] ImageView resizing when positioned after screen size on the right

2011-01-24 Thread Gabriel Simões
k it´s probably just a property I need to set but I couldn´t find anything about it. Could you guys help me out? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] Re: What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
ce you start adding Sense- or iPhone- like > features to your Android application, users start demanding more and more. > So it's a slippery slope, think before you start. > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com > 15.01.2011 23:16 пользователь "Gabriel Simõ

[android-developers] Re: What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
I hope google help us letting me post the link to it´s printscreen image ;) On 15 jan, 18:11, TreKing wrote: > On Sat, Jan 15, 2011 at 2:07 PM, Gabriel Simões wrote: > > I´m trying to identify the name of this UI Widget (and it´s class name) but > > I couldn´t figure out. I hope

[android-developers] Re: What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
google doesn´t allow me to di differently. img64 . imageshack . us / img64 / 9506 / unknownwidget.jpg Thanks, Gabriel Simões On 15 jan, 18:07, Gabriel Simões wrote: > Hello, > > I´m trying to identify the name of this UI Widget (and it´s class > name) but I couldn´t figure out. I hope

[android-developers] What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
Hello, I´m trying to identify the name of this UI Widget (and it´s class name) but I couldn´t figure out. I hope you can help me. Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: layout issues, is the reason minsdk=3?

2011-01-14 Thread Gabriel Simões
No help on this one? No one ever stepped on this same problem, mainly with htc wildfire or using minsdk=3 (even with targetsdk=4 or above)? tnx! On 13 jan, 22:28, Gabriel Simões wrote: > Hello dear developers, how are you doing? > > After many months developing for android using

[android-developers] Re: layout issues, is the reason minsdk=3?

2011-01-13 Thread Gabriel Simões
Just to complete the post above, I´m using relativelayout, sizes and distances in dip, font sizes in sp. On 13 jan, 22:28, Gabriel Simões wrote: > Hello dear developers, how are you doing? > > After many months developing for android using only the emulator my > test device I finall

[android-developers] layout issues, is the reason minsdk=3?

2011-01-13 Thread Gabriel Simões
that removing android 1.5 from my manifest (minsdk=4) fixes the problem. On the other side I wouldn´t like to drop support to 1.5 nor place the same app twice on the market (one for 1.5 and one for 1.6 and above). Have you ever faced this problem? If so, how have you solved it? Thanks, Gabriel

[android-developers] NDK: result compiled and used on cygwin different from compiled and used on android

2010-12-05 Thread Gabriel Simões
(so I should keep them)? Thanks, Gabriel Simões -- 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-

[android-developers] Android apps crashing on different phone models

2010-11-22 Thread Gabriel Brandao
Hi, I recently created a new feature in my apps that allows the user to check if there is an update by getting an HTML page, looking through it, and comparing the versions. However, this is causing the application to force close on startup for many of my users using Samsung and HTC phones, but work

Re: [android-developers] unable to open database file

2010-11-09 Thread gabriel
which errors are you getting? On 09/11/2010 2:05, Éva Lovrencsics wrote: On ápr. 2, 11:53, Mariano Kamp wrote: Hi, recently I very often get error reports from users that upgrade their OS. This includes at least 1.5, 1.6, 2.1 and custom ROMs. Anybody else seeing these? Any idea what to do ab

[android-developers] process is bad

2010-11-08 Thread gabriel
Hi, does someone knows what causes this? 11-07 10:50:03.049: WARN/ActivityManager(61): Unable to launch app com.mycom.myapp/10036 for broadcast Intent { act=android.appwidget.action.APPWIDGET_ENABLED cmp=com.mycom.myapp/.WidgetProvider }: process is bad or sometimes ... 11-07 10:55:21.998:

[android-developers] Reenacting the button actions

2010-10-28 Thread Gabriel Huie
Is there a way to reenact the button actions like the directional pads. I've trying to search the right words or librarys that are in charge of this and im sure the android gives user the ability to do it. All i looked up was Intent and keyevent but none of them have much to do with the directional

[android-developers] Loading music files into the emu android

2010-10-27 Thread Gabriel Huie
Hi i was trying to google this up but didnt come up with anything probably because this is alittle weird. bBut i was wondering if anyone knew how to upload mp3 files on to the emulated android. I mainly want to use the music app on the default android so..if anyone knows? or if they know where

[android-developers] Re: how to exit touch mode in Android

2010-10-25 Thread Gabriel Huie
rote: > On Mon, Oct 25, 2010 at 3:05 PM, Gabriel Huie wrote: > > I was wondering is there a written code way to exit out of touch mode > > in Android i tried googling it and there wasn't and example i was able > > to find online but was wondering if anyone knew any written c

[android-developers] how to exit touch mode in Android

2010-10-25 Thread Gabriel Huie
I was wondering is there a written code way to exit out of touch mode in Android i tried googling it and there wasn't and example i was able to find online but was wondering if anyone knew any written code to exit out of touch mode in Android -- You received this message because you are subscribe

[android-developers] Re: Highlight focus item on listview

2010-10-25 Thread Gabriel Huie
No I mean i just want the selected item to stay highlighted so the user can visually see which item there selecting before they touch the buttons since the buttons affect the selected items On Oct 25, 10:53 am, TreKing wrote: > On Mon, Oct 25, 2010 at 12:41 PM, Gabriel Huie wrote: >

[android-developers] Re: Highlight focus item on listview

2010-10-25 Thread Gabriel Huie
, Gabriel Huie wrote: > Hi i was wondering I know by now how to make a list appear on Android. > but my new task is when i select the item on listview it just changes > colors like semi gets highlighted then goes away as i guess the > program has selected its object. what I wanted to kno

[android-developers] Highlight focus item on listview

2010-10-25 Thread Gabriel Huie
Hi i was wondering I know by now how to make a list appear on Android. but my new task is when i select the item on listview it just changes colors like semi gets highlighted then goes away as i guess the program has selected its object. what I wanted to know is there a way to keep the highlighted

[android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
Hi so I just posted this recently Iono if it got deleted but sorry if this is a repost basically im trying to create a list and have a button at the bottom of the screen stay there through the whole app. Basically i tried to do a merge but that made it so theres a button for each object in the list

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
wrote: > On Thu, Oct 21, 2010 at 3:10 PM, Gabriel Huie wrote: > > 10-22 01:15:38.271: ERROR/ArrayAdapter(316): *You must supply a resource > > ID for a TextView* > > 10-22 01:15:38.312: ERROR/AndroidRuntime(316): FATAL EXCEPTION: main > > 10-22 01:15:

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
, TreKing wrote: > On Thu, Oct 21, 2010 at 2:43 PM, Gabriel Huie wrote: > > So i ran the debugger on eclipse so im not sure if this was what u meant > > Yup. > > That's the stack of the main thread. You want the exception message from the > LogCat window. It will be basica

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
u, Oct 21, 2010 at 2:12 PM, Gabriel Huie wrote: > > Ok so Im still kinda of new to developing droid how do u check the > > exception? > > Look at the LogCat view in Eclipse or use > DDMS.http://developer.android.c

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
Ok so Im still kinda of new to developing droid how do u check the exception? it doesnt print anything out on console? and when i run it it just pops up with the screen stating the application stopped? On Oct 21, 11:57 am, TreKing wrote: > On Thu, Oct 21, 2010 at 1:55 PM, Gabriel Huie wr

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
oid:layout_above="@+id/whatever_you_decide_call_your_button" > > Or: > > Step #1: Create a LinearLayout > > Step #2: Put a ListView in the LinearLayout with > android:layout_height="0px" and android:layout_weight="1" > > Step #3: Put a Button a

  1   2   3   >