[android-developers] MVP and Android Architecture sample

2016-07-21 Thread Wouter de Vos
Hi there I'm trying to find a sensible way to implement MVP that can handle configuration changes and asynchronous requests. I discovered the Android architecture page on Github recently and I've been looking closely at this sample: https://github.com/googlesamples/android-architecture/tree/to

[android-developers] Android emulator too snow, unusable

2011-04-06 Thread wouter
ware emulator? Has anyone found a way develop, test and debug code with the emulator? With kind regards, Wouter -- 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

[android-developers] Re: how to Play music from AudioTrack

2010-03-17 Thread Wouter
on how you did this? Thanks, Wouter On Feb 16, 1:03 pm, skink wrote: > On Feb 16, 12:20 pm, kavitha wrote: > > > yes,,skink, > > > I tried playing ogg files. > > > ogg files give very less gap (almost inconsiderable)than mp3. > > > I need to convert and

[android-developers] Background from PreferenceActivity is not applied to sub-PreferenceScreen

2010-01-28 Thread Wouter
Hi, I am testing my application on a Nexus One and i have some problems. My theme is Light and when an sub PreferenceScreen is displayed, the window background becomes black instead of keeping the PreferenceActivity's one. ... What is the problem? Wouter You can find my

[android-developers] Re: Transparent Button

2009-12-31 Thread Wouter
use this as your background for your button android:background="@android:color/transparent" On Dec 31, 7:55 am, Fei Zhang wrote: > use a transparent image as background > > 2009/12/31 Sasikumar.S > > > Hi, > > > How to make a button as transparent in android?... > > > -- > > Thanks & Regards >

[android-developers] Strange behavior using alignParentBottom in a Relative Layout for a ListView item

2009-12-29 Thread Wouter
Does someone has a solution for this issue? http://code.google.com/p/android/issues/detail?id=1394 Thanks, Wouter -- 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@google

[android-developers] Android WebView touch event link

2009-12-23 Thread Wouter
/webView%3AshouldStartLoadWithRequest %3AnavigationType:) Thank you, Wouter -- 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,

[android-developers] ImageView and TextView float (left/right)

2009-12-21 Thread Wouter
iew but the textview comes next to the imageView and doesn't continue underneath the ImageView when I have a long text.. Anyone an idea? Wouter -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: Drag and Drop

2009-12-19 Thread Wouter
How can I create a list where I can rearrange list items with dragging list rows to another row and so on (to change to order)? Just like on the HTC Hero in the clocks app where you can rearrange the order of clocks? Wouter On Dec 18, 11:08 pm, Business Talk wrote: > Thanks Mark > >

[android-developers] Re: Button Bar

2009-12-12 Thread Wouter
Clickable-Image. > > If I were you, I would draw 4 images and use ImageButton to apply those > images. > > The four images are: the leftest, middle, rightest. > the last image is for situation "Only one button at the bar". > > -Ju1ian > > > > On Thu, Dec

[android-developers] Re: Looking for "bar" of button toggles (c.f. Google Maps car/transit/walk directions button)

2009-12-09 Thread Wouter
I'm looking for this too! Have you found something already that can makes such a view? Wouter On Nov 23, 8:46 pm, jean-guys wrote: > We are looking for a UI view that imitates the functionality of the > Google Maps directions screen UI control where it allows the user to > pi

[android-developers] Button Bar

2009-12-09 Thread Wouter
/q6cx So 2 buttons next to each other but the middle has no rounded corners! Do I have to get the source of Button from the android source and adapt it myself? or how can I do this? Thanks, Wouter -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: Can other applications use the share function of "Facebook for Android"?

2009-12-04 Thread Wouter
All the other apps except of facebook and bloo (facebook) are working with my EXTRA_TEXT. Really sucks that this isn't working for facebook. And it's a lot of work to make facebook client to post status update? Wouter On Dec 4, 5:38 pm, theSmith wrote: >

[android-developers] Re: Can other applications use the share function of "Facebook for Android"?

2009-12-04 Thread Wouter
sn't work correctly so you really have to reason to implement it > this way. > > On Dec 4, 10:48 am, Wouter wrote: > > > Could you tell me which intents you have used to share via facebook. > > i'm also looking for this and share via twitter, ... > > &g

[android-developers] Re: Can other applications use the share function of "Facebook for Android"?

2009-12-04 Thread Wouter
Could you tell me which intents you have used to share via facebook. i'm also looking for this and share via twitter, ... Thanks, Wouter On Nov 27, 7:43 am, theSmith wrote: > My application is able to detect thefacebookapp (if its installed) > and will attempt toshareviafacebook.

[android-developers] Re: Save variable and ArrayList of object

2009-12-01 Thread Wouter
I'm looking for the same, check my topic http://groups.google.com/group/android-developers/browse_thread/thread/930bdd672bf0ff8b/6c65bb164d3f36d3?hl=en#6c65bb164d3f36d3 Hope we can find what we are looking for On Dec 1, 5:22 pm, Charles wrote: > Hello, > > I created an application with loging a

[android-developers] Re: offline access to data

2009-11-30 Thread Wouter
No sorry I don't use a database. I save the data in a textfile.. I have tried to save it in a database but I'm breaking the heirarchy rather than using it in my advantage, by creating tables for every kind of object. Using a database isn't a option for me, any other suggestions?

[android-developers] offline access to data

2009-11-30 Thread Wouter
abase because the structure is to complex. Does anyone has a suggestion? Wouter -- 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

[android-developers] Re: viewflipper deck?

2009-11-15 Thread Wouter
next view after you make a full swipe to left or right. How can this be done? I have looked in the android source code (app Launcher) but this is much to complicated for me! Thank you, Wouter On Nov 14, 4:18 pm, Wouter wrote: > Hey, > > How can i make something like this: > > ht

[android-developers] viewflipper deck?

2009-11-14 Thread Wouter
ot; on the left or right side? Has someone made this before or has tips to make this? Thank you so much, Wouter -- 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@googlegroup

[android-developers] tablelayout rounded corners

2009-11-09 Thread Wouter
Hey, I want to make something like this: http://snapplr.com/0g79 So specially the TableLayout (I think they are using that) with rounded corners! How can I make that? Wouter -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] change the height of a view on runtime

2009-11-08 Thread Wouter Vegter
ange the height of the view by hard coding. I didn't succeed. I have searched quite a while on internet but so far I haven't found the right solution. Can please someone help me out? My .java and .xml file are displayed below. Regards, Wouter ***.java file pac

[android-developers] xsd to java simpleType

2009-10-31 Thread Wouter
Hey, I am developing an Android application with TripIt integration but I don't know how to make a java class of this: And AirportCode is a type that is used in AirObject (for example) so it has to be private AirportCode start_airport_code.. But

[android-developers] Re: Priced apps - is there a wa

2009-10-30 Thread Wouter
I have this problem too! I live in belgium and cant sell my applications.. How can we do this? On Oct 30, 6:28 pm, fhucho wrote: > Hi, > I just finished a chess game and have found out that I can't sell it > on Android Market because my country is not supported (Czech > Republic). Is there a wa

[android-developers] Re: Tripit Oauth

2009-10-29 Thread Wouter
oke(access, "GET", baseUrl, null); 10-29 18:52:21.141: ERROR/AndroidRuntime(749): Caused by: net.oauth.OAuthProblemException: HTTP/1.1 404 Not Found And yes I have tried a lot myself but I don't succeed to access anything.. Wouter On Oct 27, 4:30 pm, "nEx.Software&quo

[android-developers] Re: Tripit Oauth

2009-10-27 Thread Wouter
Is it possible to post your source code for your application with Twitter Oauth so I can make my application work? Thank you, Wouter On 26 okt, 22:00, Wouter wrote: > Hey, > > I had followed this blog post also but it doesnt works for me.. > > I also have this problem: >

[android-developers] Re: Tripit Oauth

2009-10-26 Thread Wouter
y, it is actually quite trivial. This blog post > explains how to do it with Twitter. I had commented on there that I > was not able to get it to work. Found out it was something stupid on > my part. > > http://dev.bostone.us/2009/07/16/android-oauth-twitter-updates/#awp::... > &

[android-developers] Tripit Oauth

2009-10-26 Thread Wouter
Hey, I am working on a new project with TripIt integration. Tripit has an api and has Oauth authentication. I have tested much with oauth-signpost but I am not able to receive an access token. Does someone has a good example for oauth (signpost) that works good with Android? Thank you, Wouter

[android-developers] Re: Slow time zone name loading

2009-10-25 Thread Wouter
" " but qoutes) and --> (it shows -->). How can I do this? Do you have an example for that? Thank you, Wouter On 24 okt, 16:24, Wouter wrote: > Here is a new log file: > > 10-24 17:21:58.300: INFO/Resources(14467): Loaded time zone names for > en_US in 2167ms

[android-developers] Re: Slow time zone name loading

2009-10-24 Thread Wouter
” activeren in iTunes http://bit.ly/1Py6g7 So for every post it loads the time zones. Same with JTwitter or Twitter4j Really hate this.. Don't know what I am doing wrong.. On 24 okt, 17:14, Mark Murphy wrote: > Wouter wrote: > > I had used this first, but had this issue and I tri

[android-developers] Re: Slow time zone name loading

2009-10-24 Thread Wouter
On Oct 24, 4:59 pm, Mark Murphy wrote: > Wouter wrote: > > What is the problem for 1.5 and why does this works for 1.6? > > See the issue I linked to in the previous message. So it is only fixed in 1.6 and users with 1.5 have to wait longer? :( > > > Are do you have a

[android-developers] Re: Slow time zone name loading

2009-10-24 Thread Wouter
StackTrace(); } What is the problem for 1.5 and why does this works for 1.6? Are do you have another API for twitter I can use or some examples? I have used your thumbnailadapter (as example for Twitter). Wouter On Oct 24, 4:46 pm, Mark Murphy wrote: > Wouter wrote: > > I am using the twitter4

[android-developers] Slow time zone name loading

2009-10-24 Thread Wouter
tested this on my Htc Hero (1.5) and it takes long and on the emulator with 1.6 it goes fast and normal. How can this be fixed for 1.5? It takes too long to load this all. Thank you, Wouter --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: database question

2009-10-23 Thread Wouter
Nice thank you so much Mark! On Oct 23, 7:56 pm, Mark Murphy wrote: > Wouter wrote: > > Hey Mark, > > > Thanks for the answer. So how can i backup that database file? I now > > have a file tvgids.db on my sdcard (so path is /sdcard/tvgids.db) > > > How can I mak

[android-developers] Re: database question

2009-10-23 Thread Wouter
Hey Mark, Thanks for the answer. So how can i backup that database file? I now have a file tvgids.db on my sdcard (so path is /sdcard/tvgids.db) How can I make a copy of that? Wouter On 23 okt, 19:05, Mark Murphy wrote: > Wouter wrote: > >> Now I can do several updates to th

[android-developers] Re: database question

2009-10-23 Thread Wouter
Can someone help me? On Oct 20, 5:36 pm, Wouter wrote: > Hey, > > I am working on a project for a belgium Tv Guide. > Now I download a database (.db) file from a server to the sdcard to > work with. > In this database are 2 tabels, tvchannels and tvprograms. > Now I can

[android-developers] Re: Showing ellipsis in a TextView?

2009-10-20 Thread Wouter
Yes I have searched this also before and this also works for single line text so i think you have to use it this way.. Wouter On Oct 20, 6:23 pm, Mark Wyszomierski wrote: > Hi Wouter, > > Yes that does work for single line text, but not for multiline - > checking from other posts h

[android-developers] Re: Showing ellipsis in a TextView?

2009-10-20 Thread Wouter
I use this in my layout xml file: android:ellipsize="end" android:singleLine="true" And this works perfectly for text on 1 line.. On Oct 20, 5:42 pm, Mark Wyszomierski wrote: > Hi, > > I have a normal TextView which has multiple lines. I set its max > number of lines to 3. I'd like it to show

[android-developers] database question

2009-10-20 Thread Wouter
to replace the tvchannels database (from downloaded database file) with the backup from tvchannels.. Anyone has an idea? Thank you, Wouter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers&q

[android-developers] Re: resource with name from numbers

2009-10-14 Thread Wouter
; > > > On Tue, Oct 13, 2009 at 10:49 AM, Wouter wrote: > > > Hey, > > > I had imported several .png files with names like 1.png, 2.png untill > > 59.png in my Android Project.. > > > But it gives this error: > > > Description     Re

[android-developers] resource with name from numbers

2009-10-13 Thread Wouter
ie/gen/com/woutergo/tvgidsline 14 Java Problem How can i solve this? Wouter --~--~-~--~~~---~--~~ 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

[android-developers] Re: rename column sqlite database

2009-10-12 Thread Wouter
It is an sqlite database but don't now why it has no _id but id (for iPhone? ) Ok i will try your sample code! Thanks, Wouter On 12 okt, 17:23, Marco Nelissen wrote: > On Mon, Oct 12, 2009 at 8:12 AM, Wouter wrote: > > > Hey, > > > I have a database that I downlo

[android-developers] rename column sqlite database

2009-10-12 Thread Wouter
Hey, I have a database that I download external and save on my sdcard. But this database is also used for an iPhone app and has a column id and not _id (sqlite uses _id). How can i rename this column to _id? Thank you, Wouter --~--~-~--~~~---~--~~ You received

[android-developers] Re: listview header

2009-10-11 Thread Wouter
t; On Oct 10, 2:12 pm, Wouter wrote: > > > Hey, > > > What is the easiest way to add headers to a listview (and my list has > > multiple adapters (sections) so I need to show multiple headers for my > > list! > > > Thank you, > > > Wouter --~--~

[android-developers] Re: External Database Connectivity

2009-10-11 Thread Wouter
Hey, I want to do the same.. I have an external sqlite database file at the internet and i connect with the database with HttpClient. But how can i save this database (http://... database.db) in the android filesystem and work with this file in my application? Wouter On Oct 3, 5:43 pm, shobhit

[android-developers] Re: How to download a read only sqlite database at runtime

2009-10-11 Thread Wouter
Hey, I am having the same question. I have a .db file on the internet and i can download this file but I want to save it (as a file) so i can work with this sqlite database file! How can i create a file like this? Thanks, Wouter On Aug 14, 2:23 am, yao chen wrote: > On Fri, Aug 14, 2009

[android-developers] Re: listview header

2009-10-10 Thread Wouter
There is no problem with the MergeAdapter, I had the same issue in 1.5. I have tried everything now but nothing works for me :s On 10 okt, 15:58, Mark Murphy wrote: > Wouter wrote: > > I had uses the MergeAdapter with this code: > > >    public void

[android-developers] Re: listview header

2009-10-10 Thread Wouter
FilmDetail(); for (int i=0; ihttp://snapplr.com/stkn What is the problem? Wouter On Oct 10, 2:54 pm, Wouter wrote: > Hey Mark, > > Yes I am using the SeperatedListAdapter from Jeff Sharkey, but I will > take a look at your SectionedAdapter. > Can I use it in my project? > >

[android-developers] Re: listview header

2009-10-10 Thread Wouter
Hey Mark, Yes I am using the SeperatedListAdapter from Jeff Sharkey, but I will take a look at your SectionedAdapter. Can I use it in my project? Wouter On Oct 10, 2:42 pm, Mark Murphy wrote: > Wouter wrote: > > What is the easiest way to add headers to a listview (and my

[android-developers] listview header

2009-10-10 Thread Wouter
Hey, What is the easiest way to add headers to a listview (and my list has multiple adapters (sections) so I need to show multiple headers for my list! Thank you, Wouter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: You must supply a resource ID for a TextView

2009-10-07 Thread Wouter
How can i solve this please? --~--~-~--~~~---~--~~ 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 e

[android-developers] Re: You must supply a resource ID for a TextView

2009-10-07 Thread Wouter
ards, > Purvi > > On Sep 27, 4:00 pm, Wouter wrote: > > > But I declare it there and then in my runnable i do > > adapter.notifyDatasetChanged so the listview knows there is other data > > to show. > > This works for other adapters.. Really don't know why th

[android-developers] Re: You must supply a resource ID for a TextView

2009-10-07 Thread Wouter
; It worked for me. > > Regards, > Purvi > > On Sep 27, 4:00 pm, Wouter wrote: > > > But I declare it there and then in my runnable i do > > adapter.notifyDatasetChanged so the listview knows there is other data > > to show. > > This works for other adapters.. Rea

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-27 Thread Wouter
ListAdapter at the end. Could it be that > SeparatedListAdapter doesn't work when it is empty? Have you tried > postponing your call to setListAdapter until after you've added all > the sections? > > On Sun, Sep 27, 2009 at 12:32 PM, Wouter wrote: > > > Ok i will

[android-developers] Re: ADC2 entries so far...

2009-09-27 Thread Wouter
My ADC2 entrie for category Travel: myBuddy Travel Planner check http://slideme.org/application/mybuddy-travel-planner for more information or in the Android Market! On Sep 27, 4:29 pm, prem wrote: > There's one more app in category productivity/tools - ZoomRoid > -http://www.zoomdroid.net > u

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-27 Thread Wouter
nema = new ArrayList(); Map.Entry pairs = (Map.Entry)it.next(); Object[] cinemaFilms = (Object[])pairs.getValue(); FilmDetail cinemaMovie = new FilmDetail(); for (int i=0; i wrote: > On Sun, Sep 27, 2009 at 6:01 AM, Wouter wrote:

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-27 Thread Wouter
On 26 sep, 19:10, Marco Nelissen wrote: > On Sat, Sep 26, 2009 at 6:20 AM, Wouter wrote: > > > When i look at the sample from the seperatedlistadapter i see this: > > > # @Override > > #     public void onCreate(Bundle icicle) { > > #         super.onCreate(

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-26 Thread Wouter
# list.setAdapter(adapter); # this.setContentView(list); # # } so every section is using a different layout file. So why doestn't this work with me? :( If you agree I will give you my source code? On 25 sep, 20:35, Marco Nelissen wrote: > On Fri, Sep 25, 2009 at 10:18 AM,

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-25 Thread Wouter
gt; your "normal" and "section" layouts, then you should override bindView > and handle that in there. And how can i do that? I now use getView to make my list items in my custom adapter and i only do this for my seperatedlistadapter: adapter.addSection(parsed, new cinemaAdapt

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-24 Thread Wouter
Np the headers are using a separate layout file.. On 25 sep, 00:04, Marco Nelissen wrote: > On Thu, Sep 24, 2009 at 2:12 PM, Wouter wrote: > > > On 24 sep, 22:53, Marco Nelissen wrote: > >> On Thu, Sep 24, 2009 at 1:41 PM, Wouter wrote: > > >> > I have

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-24 Thread Wouter
On 24 sep, 22:53, Marco Nelissen wrote: > On Thu, Sep 24, 2009 at 1:41 PM, Wouter wrote: > > > I have no problem with the data mapping and TextViews. > > The stack trace and crash you're seeing indicate otherwise. > Unless you're doing something specific in

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-24 Thread Wouter
where in your code, you are passing a resource ID to the system > that should refer to a TextView, but doesn't. > My guess is you've set your data mapping up incorrectly. > > On Thu, Sep 24, 2009 at 1:25 PM, Wouter wrote: > > > Can someone help me please! Really nee

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-24 Thread Wouter
Can someone help me please! Really need to get this fixed! On Sep 19, 3:10 pm, Wouter wrote: > Do you know a solution? > > On 18 sep, 19:00, Wouter wrote: > > > This is the function: > > > public View getView(int position, View convertView, ViewGroup parent) &g

[android-developers] Re: fit text on 1 line

2009-09-22 Thread Wouter
hey, thank you for your answer! But how can i set up the text encoding? Wouter On Sep 22, 6:49 pm, Dianne Hackborn wrote: > You need to look at the data that you are getting from the server, and know > what encoding it is in.  Java is UTF-16, so when you build a String from the >

[android-developers] Re: fit text on 1 line

2009-09-22 Thread Wouter
How can i check the text encoding? On 21 sep, 21:25, Marco Nelissen wrote: > On Mon, Sep 21, 2009 at 10:36 AM, Wouter wrote: > > > Ok I had to place android:singleLine="true" (http://code.google.com/p/ > > android/issues/detail?id=882) > > > and now

[android-developers] Re: fit text on 1 line

2009-09-21 Thread Wouter
there are symbols used like é or à ... android places a symbol with a "?" I am consuming a web service (xml rpc) and in this response the text is good! How can i fix this? Wouter On Sep 21, 7:28 pm, "Mark Murphy" wrote: > > Hey, > > > I am working on a project and i

[android-developers] Re: fit text on 1 line

2009-09-21 Thread Wouter
I have tried this but the ellipsis (...) is not appearing.. On Sep 21, 7:28 pm, "Mark Murphy" wrote: > > Hey, > > > I am working on a project and i need to fit a text (string) on line at > > a textView. > > I know I can work with maxLines but if the text does not fit the view, > > it has to end

[android-developers] fit text on 1 line

2009-09-21 Thread Wouter
are seeing but that there is more ;) How can I do that? Thanx, Wouter --~--~-~--~~~---~--~~ 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

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
Edit: got it, thankx On 19 sep, 19:25, Wouter wrote: > Hmm it seems that i cannot click on the list items.. how can i enable > that? > > On 19 sep, 19:23, Wouter wrote: > > > Thank you so much for your help! > > > It worked great and fast with MergeAdapter.. &g

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
Hmm it seems that i cannot click on the list items.. how can i enable that? On 19 sep, 19:23, Wouter wrote: > Thank you so much for your help! > > It worked great and fast with MergeAdapter.. > > Preview:http://snapplr.com/803q > > Very nice :) > > On 19 sep

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
Thank you so much for your help! It worked great and fast with MergeAdapter.. Preview: http://snapplr.com/803q Very nice :) On 19 sep, 19:16, Mark Murphy wrote: > Wouter wrote: > > Ok but is the MergeAdapter not better for adding a listadapter to the > > listview? or how ca

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
and it gives nullpointerexception.. On 19 sep, 19:02, Wouter wrote: > Ok but is the MergeAdapter not better for adding a listadapter to the > listview? or how can i do that too with SackOfViewsAdapter? --~--~-~--~~~---~--~~ You received this message b

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
Ok but is the MergeAdapter not better for adding a listadapter to the listview? or how can i do that too with SackOfViewsAdapter? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
.this); txt.setText(items[(position-2)/2]); return(txt); } On 19 sep, 18:31, Wouter wrote: > Ok thank you i will try putting them in seperate layout files now! > > Will let you know if this all worked ;) > > On 19 sep, 18:28

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
Ok thank you i will try putting them in seperate layout files now! Will let you know if this all worked ;) On 19 sep, 18:28, Mark Murphy wrote: > Wouter wrote: > > But i have a layout xml file where i declarate all the widgets (yes > > its a lot). > > Do i have to pu

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
Murphy wrote: > Wouter wrote: > > Hey, > > > I am working on a new project now and I want to use a method as above. > > But I hadn't used this anymore, because it doesnt worked for me.. > > > I have this:http://snapplr.com/tp7p > > > So i have diffe

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
extending Activity and not ListActivity! Wouter On Aug 13, 5:03 pm, Wouter wrote: > Ok did a small test and that works. But now the other widgets also > have a listselector (background) when going over it. How can i disable > that? > > On 13 aug, 15:19, 王开发 wrote: > >

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-19 Thread Wouter
Do you know a solution? On 18 sep, 19:00, Wouter wrote: > This is the function: > > public View getView(int position, View convertView, ViewGroup parent) > { >                 int sectionnum = 0; >                 for(Object section : this.sections.keySet()) { >          

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-19 Thread Wouter
rn; > > with something like: > > invokeOnTabChangeListener(); > return; > > Of course, this is not ideal because it is not a "change"... > You could modify the interface to include an onTabReselected() method > to keep the logic separate. > > On Sep 18, 1:16 pm,

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
gt; list, or you could modify the setCurrentTab in TabHost to not bail out > when clicking the already active tab. See lines 324-326. > > On Sep 18, 1:01 pm, Wouter wrote: > > > Ok this works when i go to other tab and go back to original tab. > > > So if i open MovieDetail

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
hCinemaTab() { cinema.replaceContent(new android.content.Intent(this, CinemaActivity.class)); } And cinema --> tab 0 How can i do this? On 18 sep, 19:28, "nEx.Software" wrote: > Register an OnTabChangeListener in your tab activity and handle it in > there. > > On Sep 18, 10:10 am, Wou

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
How can i do that? It initates the tabs on create but when happens when i click on tab again.. where do i have to place the replaceContent code? On 18 sep, 19:01, "nEx.Software" wrote: > You'll have to replace the content again. :) > > On Sep 18, 9:58 am, Wouter wrote

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-18 Thread Wouter
apter it is working (was working before with it too). So don't know what problem is.. hope you can help me! Wouter On 18 sep, 18:41, "Yusuf Saib (T-Mobile USA)" wrote: > Where in your code is SeparatedListAdapter.java:93? And can you post > the resource xml as well? >

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
ys... One way, for example: > > In CinemaActivity: > > Home parentActivity = ((Home) this.getParent()); > parentActivity.cinema.replaceContent(new android.content.Intent(this, > MovieDetail.class)) > > On Sep 18, 9:30 am, Wouter wrote: > > > Hey, > > > T

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
opens in new activity without tabs) and the tabs have to stay at the bottom. But how can i reach my custom tabspec cinema in CInemaActivity so i can do replaceContent --> cinema.replaceContent(new android.content.Intent(this, MovieDetail.class)); Wouter On 18 sep, 17:51, "nEx.Software"

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-18 Thread Wouter
I removed my seperatedlistadapter and now it worked.. :s But it was working before with my seperatedlistadapter :( On 18 sep, 14:47, Wouter wrote: > Really dont find what the problem is, the weird is it worked and i > havent changed anything :( > > On 18 sep, 12:02, Wouter wrot

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
Thank you so much! On Sep 18, 3:03 pm, "nEx.Software" wrote: > Sure, I'll throw together a quick sample and post it in a bit. > > On Sep 18, 12:11 am, Wouter wrote: > > > And can you post the source code from this and your other example > > please? > &

[android-developers] Re: You must supply a resource ID for a TextView

2009-09-18 Thread Wouter
Really dont find what the problem is, the weird is it worked and i havent changed anything :( On 18 sep, 12:02, Wouter wrote: > Hey, > > I have a weird problem. For days i have a working list with movie > details i get from an xml rpc source. It loads the list very well and > I

[android-developers] You must supply a resource ID for a TextView

2009-09-18 Thread Wouter
Hey, I have a weird problem. For days i have a working list with movie details i get from an xml rpc source. It loads the list very well and I tried it again today and when i scroll down, always at the same list item it gives me this error. I don't know what the problem is. It shows my list items

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
y be hanging > out in limbo. > > On Sep 17, 2:44 pm, Wouter wrote: > > > But i want to show this new activity in the same active tab. now it > > opens in a new activity without showing my 3 tabs.. > > > On 17 sep, 23:28, "nEx.Software" wrote: > &g

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-17 Thread Wouter
b(0);). Like I > said though... this is probably not something you should do. > > On Sep 17, 1:52 pm, Wouter wrote: > > > Does someone has found an easy solution for this? I have the same > > issue. I have 3 tabs and I want to show a new activity in one of these > >

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-17 Thread Wouter
Does someone has found an easy solution for this? I have the same issue. I have 3 tabs and I want to show a new activity in one of these tabs! Wouter On Aug 12, 3:47 pm, Sena wrote: > Thanks for the pointers Mark. > S > > On Aug 12, 3:16 pm, Mark Murphy wrote: > > > Se

[android-developers] Re: tabs iphone style

2009-09-17 Thread Wouter
So what do I have to use? Someone has an example for me? On 17 sep, 17:30, "nEx.Software" wrote: > I had actually copied the sources for TabActivity, TabHost, and > TabWidget from the Open Source Project yesterday, I didn't realize > that this was a change actually until your response. I am not

[android-developers] Re: tabs iphone style

2009-09-16 Thread Wouter
e not visible.. So i have to press return button to see my tabs again. How can i open this new activity in this tabcontent so i can see the tabs and the filmdetail Activity? Wouter On 16 sep, 15:17, "nEx.Software" wrote: > I have done custom tabs in my application (BarTor) using a mod

[android-developers] Re: tabs iphone style

2009-09-16 Thread Wouter
I see that there are android apps with this style of tabs: http://www.mobilecrunch.com/wp-content/uploads/2009/02/myspace-android.gif It must be possible.. On 16 sep, 14:32, Wouter wrote: > I have tried this but without success! > > The example on anddev.org is taken &

[android-developers] Re: tabs iphone style

2009-09-16 Thread Wouter
my layout file and dont see the footer.. Wouter On 16 sep, 07:03, Desu Vinod Kumar wrote: > HI > > http://www.anddev.org/generalized_file_manager_2_-_gfm20-t397.html > see this this may helpful to you... > to make like iphone > > On Tue, Sep 15, 2009 at 8:54

[android-developers] tabs iphone style

2009-09-15 Thread Wouter
Hey, How can i make something like this: http://www.appsstore.nl/apps/fml/fmlscreen1.jpg So i mean the tabs at the bottom of the screen. It has to be present on every activity and every tab shows and other activity (listactivity). How can i do this? Wouter

[android-developers] Re: XML-RPC

2009-09-11 Thread Wouter
Ok it get all the dates with response.keySet(); response: [2009-09-03, 2009-08-27, 2009-09-09, 2009-08-19, 2009-09-10, 2009-08-20] But how can i loop every date now to get the Objects? Wouter On 11 sep, 17:34, Wouter wrote: > Hey, > > I get a nice solution from skink, thank you so

[android-developers] Re: XML-RPC

2009-09-11 Thread Wouter
the date like this response.get("2009-09-03") but how can i know which dates are in my response? Thank you, Wouter On 9 sep, 18:23, Wouter wrote: > yes i have the latest version from the svn but it is still a known > issue:http://code.google.com/p/android-xmlrpc/issues/detail

[android-developers] Re: XML-RPC

2009-09-09 Thread Wouter
yes i have the latest version from the svn but it is still a known issue: http://code.google.com/p/android-xmlrpc/issues/detail?id=8 really need to get this fixed, cant do anything without this.. On 9 sep, 18:19, skink wrote: > On Sep 9, 6:08 pm, Wouter wrote: > > > Nobody know

  1   2   >