[android-developers] Architecture for App gathering info

2012-10-09 Thread vnv
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

[android-developers] Re: Request a webpage and display in app

2011-03-10 Thread vnv
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

[android-developers] Re: Request a webpage and display in app

2011-03-10 Thread vnv
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

[android-developers] achartengine size problem.

2011-03-10 Thread vnv
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

[android-developers] Re: Toast not disappearing

2011-03-01 Thread vnv
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

[android-developers] telnet to logcat?

2011-03-01 Thread vnv
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

[android-developers] Re: Playing sound with mediaplayer

2011-02-23 Thread vnv
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

[android-developers] Playing sound with mediaplayer

2011-02-23 Thread vnv
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

[android-developers] Re: Select mp3 to play?

2011-02-17 Thread vnv
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/

[android-developers] Re: Select mp3 to play?

2011-02-17 Thread vnv
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

[android-developers] Select mp3 to play?

2011-02-17 Thread vnv
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.

[android-developers] Re: xml layout problem?

2011-02-08 Thread vnv
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. > > >

[android-developers] xml layout problem?

2011-02-08 Thread 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. 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

[android-developers] Re: APN settings

2011-02-02 Thread vnv
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

[android-developers] APN settings

2011-02-01 Thread vnv
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

[android-developers] Re: Couldn't refresh list

2011-01-30 Thread vnv
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); > >                    

[android-developers] Re: Couldn't refresh list

2011-01-30 Thread vnv
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 пишет: > > >  

[android-developers] Couldn't refresh list

2011-01-30 Thread 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

[android-developers] Couldn't refresh list

2011-01-30 Thread 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

[android-developers] Tab layout problem

2011-01-28 Thread vnv
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

[android-developers] Orientation specific layout

2010-12-17 Thread vnv
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

[android-developers] Layout templates repository

2010-12-12 Thread vnv
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.

[android-developers] How to intercept running application?

2010-12-11 Thread vnv
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

[android-developers] Re: Binary sms?

2010-11-29 Thread vnv
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

[android-developers] Android manifest priority ??

2010-11-29 Thread vnv
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

[android-developers] Binary sms?

2010-11-26 Thread vnv
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

[android-developers] Android app naming policy

2010-11-19 Thread vnv
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

[android-developers] Update information in contacts

2010-11-18 Thread vnv
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

[android-developers] Good source of information for old Contact API?

2010-11-17 Thread vnv
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

[android-developers] Contacts helper class or simple library?

2010-11-15 Thread vnv
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