Hi,
could anyone help with architecture of application that would gather info
from sensors and send it or save it to database.
My idea was to make service that would gather data from
GPS,accelerometer,orientation and send it to my web service while also
saving it to database on phone.
Service
On Mar 10, 4:06 pm, Raghav Sood wrote:
> Thanks Mark,
>
> I'll see how this goes.
>
> --
> Raghav Soodhttp://www.raghavsood.com/
Here is tutorial !
http://www.firstdroid.com/2010/08/05/override-url-loading-in-webview-android-tutorial/
Nikola.
--
You received this message because you are sub
On Mar 10, 3:24 pm, Raghav Sood wrote:
> Hi everyone,
>
Hi to you also!
> I am trying to create an app that take an URl as a user input
This is first part.
http://developer.android.com/guide/tutorials/hello-world.html
Learn how to use components and take input from views like textbox.
> and
Hi,
first I know that there is a group for achartengine but it's rather
slowly one so sorry for trying to solve it here.
I am trying to display BarChart with ChartFactory.getBarChartView.
I have created xml file that's like this:
http://schemas.android.com/apk/res/
android"
android:orientati
On Mar 1, 11:26 pm, Julius Spencer wrote:
> Hi,
>
> No unfortunately that didn't work.
>
Just for a try always put Log.d() or whatever.. if you see
constantly repeating output message you have while(1) problem and
it's easier to notice it.
--
You received this message because you
Hi,
I am developing on a real device and I cannot find any info how to
connect to logcat daemon with telnet?
I would to to connect with a socket to a daemon and use that output in
my debug processing.
Any tips
Tnx in advance.
--
You received this message because you are subscribed to the
On Feb 23, 11:40 pm, Marcin Orlowski wrote:
> > Am I missing something?
>
> You miss prepare() before calling
> start()http://developer.android.com/reference/android/media/MediaPlayer.html...
>
I've tried like this
MediaPlayer mp = MediaPlayer.create(Calibrate.this,
R.ra
Hi,
I would like to play sound file from resources.
Code generates NullException on running from activity.
Code goes like this:
private void playBell(){
MediaPlayer mp = MediaPlayer.create(Calibrate.this, R.raw.beep);
mp.start();
mp.setO
On Feb 17, 6:31 pm, Kostya Vasilyev wrote:
> 17.02.2011 20:05, vnv пишет:
>
> > How to call file browser with sound file type as filter so user could
> > only
> > choose sound file and on return get that path.
>
> http://developer.android.com/reference/
Hey tnx for quick reply.
I have already managed thing with the alarm, and I am really hoping
that
there is easy solution for this.
I will reformulate my question better than before.
How to call file browser with sound file type as filter so user could
only
choose sound file and on return get tha
Hi,
I would like to enable my user to select mp3 or whatever sound file he
want's to to play it as designated alarm sound.
Is there any intent-alike thingy that I could call and user would
browse selection and select, after which I could have path to the
existing file.
Tnx for help in advance.
ordpress.com
> 08.02.2011 16:22 пользователь "vnv" написал:
>
> > Hi,
>
> > I have rather interesting problem I have never seen (even think) it
> > could be possible.
>
> > Layout is consisted of three elements, two buttons and 1 textview.
>
> >
Hi,
I have rather interesting problem I have never seen (even think) it
could be possible.
Layout is consisted of three elements, two buttons and 1 textview.
If it's like this:
[b1]
[b2]
[t]
it works, and if it's like this:
[t]
[b1]
[b2]
it makes app crash.
How could this be possible that p
versions.
>
> On Feb 1, 5:35 pm, vnv wrote:
>
> > Hi,
>
> > I need to change APN settings when my app starts and restore it when
> > it finishes.
>
> > Could anyone help with this?
>
> > Tnx in advance.
--
You received this message because you a
Hi,
I need to change APN settings when my app starts and restore it when
it finishes.
Could anyone help with this?
Tnx in advance.
--
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@g
is a good explanation, with pictures:
>
> http://android.amberfog.com/?p=296
>
> -- Kostya
>
> 30.01.2011 11:56, vnv пишет:
>
>
>
> > Tnx for helping Kostya.
>
> > I have changed it to:
>
> > PersonalNoteData pn = saveNote(n);
> >
etView.
>
> Also, your getView ignores "convertView" and so prevents item view
> recycling. For better performance and memory usage, might be a good idea
> to fix that.
>
> -- Kostya
>
> 30.01.2011 11:14, vnv пишет:
>
> >
Hi,
could anyone provide quick hint, because I just cannot get it..
I am adding new values to my ArrayList and putting those values on
ListActivity.
code:
bSetNote.setOnClickListener(new OnClickListener() {
@Override
public void
Hi,
could anyone provide quick hint, because I just cannot get it..
I am adding new values to my ArrayList and putting those values on
ListActivity.
code:
bSetNote.setOnClickListener(new OnClickListener() {
@Override
public void
Hi,
I need to implement following layout
[search text]
[Tab1][Tab2][Tab3]
[ ]
[ Tab Content]
[ ]
[Button1] [Button2]
My activity is already ListActivity so I cannot extend it to
TabActivity ?
I have [search text] and [button#] alrea
Hi,
is it possible to assing layout #1 for vertical and layout #2 for
horizontal orientation.
--
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
Hi,
are there any layout template repository?
In general it would be good if there ain't one to make one. It would
be collection of standard template designs that could be used in
application development.
There are many situations that are common patterns, like dialogs,
password form and such.
Hi,
I am trying to find out how does programs like *ApplicationProtector
work. My idea is that this kind of application is some kinda broadcast
receiver that listens to broadcast sent by system on opening
application. In that situation it shows some kinda auth mechanism and
if user is auth positiv
t; On Nov 26, 8:47 pm, vnv wrote:
>
> > Hi,
>
> > is there a way to generatebinarysmsin emulator?
I would like to generate
http://www.synchronica.com/products/oma-email-notification-emn.html
and http://mobiforge.com/developing/story/email-configuration-sms .
Could this be don
Hi,
could anyone explain how priority attribute is used (some example) in
android manifest file.
Is there any list of used priority values (like sms manager or what
ever is using sms broadcast).
thx in advance.
--
You received this message because you are subscribed to the Google
Groups "Andr
Hi,
is there a way to generate binary sms in emulator?
--
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-developer
Hi,
I would like to run multiple instances of same application for dev
purpose.
How does app define it's name in the system, through which of the
files is that configured.
N.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to thi
Hi,
I am trying to update information in Contacts database, phonenumber.
Analyzing following code:
public ArrayList getPhoneNumbers(String id) {
ArrayList phones = new ArrayList();
Cursor pCur = this.cr.query(
ContactsCont
I need to work in parallell with old and new ContactAPI, what would be
good source of information.
tnx for 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 un
Hi,
could anyone tell if there is some simple helper class or library for
accessing Contacts in Android phone.
I don't think I am the first one who is having difficulties coping
with Contacts management from code. They could done it a little bit
simpler..
Tnx for help.
--
You received this mes
30 matches
Mail list logo