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 ->
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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();
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
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-
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...
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
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
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
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
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
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
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
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
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
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
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?
>
> 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
&
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
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
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
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
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
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
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
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
)/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
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
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.
> >
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
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
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:
>
>
>
> >
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
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
: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
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
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.
>
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
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
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
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
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
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
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
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
-
>
>
>
>
>
>
>
>
>
> 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
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,
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
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
>
>
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
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
+;
> }
>
> else
> {
> //operation
> i++;
> }
>
> }
>
> i think u got it...
> i hope it works....
>
> -
> Regards
> Dixit Wadhwani
>
> On Mar 27, 8:55 pm, Gabriel wrote:
>
>
>
>
>
>
>
>
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
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
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
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
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
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
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
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
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
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
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õ
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
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
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
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
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
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
(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-
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
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
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:
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
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
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
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
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:
>
, 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
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
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
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:
, 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
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
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
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 - 100 of 222 matches
Mail list logo