| Author |
Message |
Thony64 Freshman

Joined: 24 Jan 2008 Posts: 2
|
Posted: Thu Jan 24, 2008 1:58 pm Post subject: |
|
|
Hi all...
Sorry for my bad english... but i'm french.
Ok i want to say thx for this forum.
like Pj my app must lock the keyboard. I want My app can't be kill. (never).
And i want my app lunch at startup of android.
But Android SDK are a very bad documentation. I prefere Msdn lol.
So can u help me please . thx  |
|
| Back to top |
|
 |
Rakoun Freshman

Joined: 04 Jan 2008 Posts: 5 Location: Saint-François (Guadeloupe)
|
Posted: Wed Jan 30, 2008 1:18 pm Post subject: |
|
|
Hey,
I would like to deals with the SQLite Android database but in an easy way (I mean I have skills in oo programming). So I would like to know if anybody have developed a database access layer witch allow you to have a relational object mapping.
Thanks.
Rakoun
 _________________ Pa konèt mové, dèyè do sé on péyi. |
|
| Back to top |
|
 |
rm123 Junior Developer

Joined: 30 Jan 2008 Posts: 10
|
Posted: Wed Jan 30, 2008 5:15 pm Post subject: tutorial request |
|
|
| I would like to know how create a bitmap out of a view using copyWindowBitmap() or any other way of turning a view into an image. |
|
| Back to top |
|
 |
Ishtar Experienced Developer

Joined: 16 Jan 2008 Posts: 50 Location: Netherlands
|
Posted: Thu Jan 31, 2008 4:32 pm Post subject: |
|
|
ins and outs of writing a decent contentprovider. My contentprovider is copied from the notepad(works fine), but i got lots of questions about why and how
Ishtar |
|
| Back to top |
|
 |
jsharkey Junior Developer

Joined: 08 Feb 2008 Posts: 13
|
Posted: Fri Feb 08, 2008 5:24 am Post subject: |
|
|
Earlier someone asked about a TabHost example. I know it's deprecated, but someone mentioned online that it might be making a comeback in the next API version.
In either case, I brute forced my way through getting a TabHost working. Here's a quick example with screenshots:
http://www.jsharkey.org/blog/2008/02/07/using-android-tabhost/ |
|
| Back to top |
|
 |
manmath Junior Developer

Joined: 15 Feb 2008 Posts: 18 Location: India
|
Posted: Wed Feb 20, 2008 6:30 am Post subject: New Tutorial Request: Designing Android Project |
|
|
This forum is very much helpful for the beginers like me.
I would like to see some tutorial on designing issues on Android Project.
The followings can be the highlight of this topic
1. How can we design the components like GUI, controller and utill classes effectively keeping in mind memory and runtime constraints
2. How existing design patterns like MVC can be reused
3. How a java programmer can approach the android design effectively
3. A small sample project including basic components to design
Thanks in advance.
Manmath |
|
| Back to top |
|
 |
ababaei2000 Freshman

Joined: 12 Feb 2008 Posts: 5
|
Posted: Wed Feb 20, 2008 9:38 am Post subject: Bluetooth & IR |
|
|
Dear
i couldnt find any tutorial that learn me how can i work with bluetooth and IR,may you make a tutorial about working with them???
thanks |
|
| Back to top |
|
 |
Mayuresh Once Poster

Joined: 26 Feb 2008 Posts: 1
|
Posted: Tue Feb 26, 2008 8:09 am Post subject: Tutorial required for ActivityGroup |
|
|
It would be great to have a tutorial on ActivityGroups
I am trying to make those work, but am not able to do so.
There is so little information about ActivityGroups available. |
|
| Back to top |
|
 |
androidonkey Junior Developer

Joined: 18 Feb 2008 Posts: 13
|
Posted: Wed Feb 27, 2008 9:47 am Post subject: gtalkservice chat app |
|
|
Hi plusminus,
Any chance on building a chat application using the gtalkservice that replaced the xmpp stuff on the new sdk? Thanks for your great work.
androidonkey |
|
| Back to top |
|
 |
cbraun75 Junior Developer

Joined: 28 Jan 2008 Posts: 23 Location: Munich
|
Posted: Fri Feb 29, 2008 2:47 pm Post subject: Tutorial for branding a android phone |
|
|
Just haven't found a complette tutorial for branding (own skin) a android phone with:
- how to include own buttons and icons ?
- how to style the whole android application style to a different (change layout) ?
(so is that the stylesheet data? and where should the buttons stored?)
- replace the normal activities with my own
(had found a tut for that http://www.anddev.org/tinytut_-_replacing_the_dial-action-t239.html)
- A tut for writing a Manager App to change these styles ....
Thanxx a lot |
|
| Back to top |
|
 |
evets Freshman

Joined: 30 Jan 2008 Posts: 2 Location: Michigan
|
Posted: Wed Mar 05, 2008 2:52 pm Post subject: Record call detail, store in MySQL(lite) |
|
|
Specifically, this application would create a row in a table containing the following:
-Phone number(either dialed, or incoming if available)
-Date/Time call initiated/received
-Date/Time call ended
-GPS coordinates when call initiated/received
-Flag Incoming/Outgoing
I didn't want to complicate things too much, however a method for transferring the DB to a web server would be necessary for this to be of any real value...
TIA!
Evets _________________ Steve
steve@matsch.com |
|
| Back to top |
|
 |
leonleung2006 Freshman

Joined: 07 Mar 2008 Posts: 4
|
Posted: Fri Mar 07, 2008 1:46 pm Post subject: |
|
|
| XterierK wrote: | Hi,
I was thinking of changing the loading up screen from that red ball moving back and forth to something more graphical like something that takes up the whole screen. |
Hi,
Has anyone know how to find the java source of PDF/openxml document reader in android ? |
|
| Back to top |
|
 |
cabernet1976 Senior Developer

Joined: 16 Nov 2007 Posts: 147 Location: China
|
|
| Back to top |
|
 |
swiftrhett Freshman

Joined: 21 Mar 2008 Posts: 4
|
Posted: Fri Mar 21, 2008 1:13 pm Post subject: charts |
|
|
| I need to make some graphs. Does anyone have luck porting jfreechart? Or just dong it from scratch? |
|
| Back to top |
|
 |
binh Once Poster

Joined: 23 Mar 2008 Posts: 1
|
Posted: Sun Mar 23, 2008 11:32 am Post subject: How to dynamically use a downloaded View |
|
|
Hi Authors,
I am looking to see some tutorial about : How to dynamically load and use a View in my application.
Usage scenarios: An application download from web the Views written by other developer (the views may implement a wellknown interface), and it needs to dynamically load this View into app and render it with full behaviour. Of course no info is available at compile time, not able to make declaration in main xml,...
Much appeciate if you could kindly please make one tutorial or direct me to an existing one doing this task.
Many Thanks in advance,
Binh |
|
| Back to top |
|
 |
|