Re: [android-developers] android how to use same layout in the other layout files.

2013-11-11 Thread Andrew Mackenzie
As stated by Steve. 1) Give the TextView an id. This can be in the included file itself (and hence always the same), or you can set the id for the included part in each tag if you want (if the TextView is the only thing included and the root view in the included layout). In the two parts of

Re: [android-developers] Video streaming plus UI control update thread

2013-11-11 Thread Bradley O'Hearne
Piren, Thanks for taking the time to respond. I was able to figure out the problem…but I can confirm that Thread with sleep is bad. Handler is the right approach — I had something (not obvious) several layers deep in the call chain which was causing the problem. Thanks again for your help.

Re: [android-developers] Re: Who decided the new SMS API in 4.4 was a good thing!??

2013-11-11 Thread BTJ
This is not really a open API, it is just text messages that you send to a number for the bank... And the bank send responses... The messages that one send is described on the bank's websites but not the responses... And both the sent messages and received are different from bank to bank... BTJ

[android-developers] Sample project for "In app billing" does not work.

2013-11-11 Thread MobileVisuals
TrivialDrive is the official sample project for "In app billing". I can’t get the IInAppBillingService class from that project to work. I have imported it into the src directory of my project along with the other utils classes. I have done this with the correct project name. I get a lot of “m

Re: [android-developers] android how to use same layout in the other layout files.

2013-11-11 Thread 12169
On Monday, November 11, 2013 11:11:40 AM UTC-8, 12169 wrote: > > Hi, > > if in the one file i included a text view 2 times then how i can change > the text of the view. > > On Saturday, October 19, 2013 11:42:37 AM UTC-7, Steve Gabrilowitz wrote: >> >> Give it a tag or an ID so you can find it

Re: [android-developers] android how to use same layout in the other layout files.

2013-11-11 Thread 12169
Hi, if in the one file i included a text view 2 times then how i can change it. On Saturday, October 19, 2013 11:42:37 AM UTC-7, Steve Gabrilowitz wrote: > > Give it a tag or an ID so you can find it in your code and change it > On Oct 19, 2013 2:32 PM, "12169" > wrote: > >> Hi, >> >> but how i

Re: [android-developers] Re: .db files being renamed to .back

2013-11-11 Thread Nathan
On Friday, November 8, 2013 3:31:50 PM UTC-8, Nobu Games wrote: > > The SQLite documentation says that the > maximum database file size is 2,147,483,646 pages > A single page can range from 512 to 65,536 bytes. So the minimum page size > configuration would yi

Re: [android-developers] Re: Who decided the new SMS API in 4.4 was a good thing!??

2013-11-11 Thread Elias de Oliveira
BTJ, Could you share the SMS API that you use? We are talking about open APIs from banks here in my company, and if this is an open information, will help me a lot :). []'s 2013/11/11 BTJ > Yes, I know that... But using this approach is very user friendly... And > also here in Norway, sending

[android-developers] Re: Who decided the new SMS API in 4.4 was a good thing!??

2013-11-11 Thread BTJ
Yes, I know that... But using this approach is very user friendly... And also here in Norway, sending SMS is kind of cheap... And the banks have API they can use but the APIs are not public so I can not use them... Also this is not just for banks, I also have an app for parking that also uses th