[android-developers] limit the query to a contentProvider

2010-08-12 Thread nep0x
hi colegas!! I have a gridview where i load images from the SDCARD. I ve achieved this but i want to limit the images that the gridview charges. I ve read two ways to do that but at this moment i canĀ“t resolve this problem by myself, i need your help. I ve been thinking that i can load only the

[android-developers] Load images from a device and store in the app memory

2010-07-15 Thread nep0x
Hi all I m developing an app in which the user can choose an image stored in the phone to use it as the image of the background. The context is next: 1.- User click on a button called load 2.- Then appears a gridview that load the image from the phone's memory not from resources/drawable 3.- The

[android-developers] Problem installing your own developed app

2010-05-11 Thread nep0x
Hi all! I m trying to understand the different ways you can install your app on your device. It's clear for me that we have to use the .apk file and the command adb install packagename. One of my question is which is the difference between an unsigned app and a signed one? Other doubt is related

[android-developers] IP Camera + Canvas?

2010-04-15 Thread nep0x
Hi all! I'm doing an application which consists on displays images from an external ip camera. I use a http client and a web service to obtain frames and through requests to the web service i can also move the camera and make zoom. Looking for the view to render the frames, i obviously read the

[android-developers] SMS Persistent notification!

2010-03-29 Thread nep0x
Hi! I 've bought a LG GW620 with 1.5 android OS. I have a issue that i m not able to resolve. I tell the problem i hope someone knows. You know, that if your phone is off and you receive a call, when you turn on the mobile you receive a message telling you the number and day/ hour of the call. I

[android-developers] Re: To unregister a broadcast receiver register registered in manifest file

2010-03-25 Thread nep0x
Hi I m trying to understand the use of the broadcast receiver and the way of activate it. There's two ways isn't it? Register it from an activity or declare it in the manifest. So my question is: If i code a broadcast receiver which is watching incoming messages and i register it in the manifest,

[android-developers] Understanding Broadcast Receiver

2010-03-25 Thread nep0x
Hi I m trying to understand the use of the broadcast receiver and the way of activate it. There's two ways isn't it? Register it from an activity or declare it in the manifest. So my question is: If i code a broadcast receiver which is watching incoming messages and i register it in the manifest,

[android-developers] Create a log screen with a dialog!

2010-02-23 Thread nep0x
of expanding another thead, create a handler and execute runneable object.But in this case where must i put the startActivity to start the next activity is the user exits? in the handler? any advice? thanks in advance nep0x -- You received this message because you are subscribed to the Google Groups

[android-developers] Editor Layout problem

2010-02-21 Thread nep0x
hello I m developing an android app, i ve had a problem with the layout editor. I m using eclipse 3.5.1 for RCP/plugin developers, the android developers kit version 0.9.5 and jdk 1.6 in ubuntu 8.04 hardy heron. I ve been working good until one day i had to modificate my UI. when i tried to see