[android-developers] MVP and Android Architecture sample

2016-07-22 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:

[android-developers] Android emulator too snow, unusable

2011-04-06 Thread wouter
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.com To unsubscribe from this group

[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 psk...@gmail.com wrote: On Feb 16, 12:20 pm, kavitha kavith...@gmail.com wrote: yes,,skink, I tried playing ogg files. ogg files give very less gap (almost inconsiderable)than mp3. I need to convert and store into ogg

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

2010-01-28 Thread Wouter
... PreferenceScreen android:title=sub screen /PreferenceScreen /PreferenceScreen What is the problem? Wouter You can find my code here: http://pastie.org/798564 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[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 getid...@gmail.com wrote: use a transparent image as background 2009/12/31 Sasikumar.S sasikumar.it1...@gmail.com Hi, How to make a button as transparent in

[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@googlegroups.com

[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, send email

[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 roman.businesst...@gmail.com wrote

[android-developers] Re: Button Bar

2009-12-12 Thread Wouter
is a 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 10, 2009 at 1:56 AM, Wouter wouterg...@gmail.com wrote

[android-developers] Button Bar

2009-12-09 Thread Wouter
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 Developers group

[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 jean...@gmail.com 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 pick

[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 chris.smith...@gmail.com wrote: My application is able to detect thefacebookapp (if its installed) and will attempt

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

2009-12-04 Thread Wouter
to implement it this way. On Dec 4, 10:48 am, Wouter wouterg...@gmail.com wrote: 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 chris.smith...@gmail.com wrote: My

[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 chris.smith...@gmail.com wrote: Im using

[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 canss...@gmail.com wrote: Hello, I created an

[android-developers] offline access to data

2009-11-30 Thread Wouter
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, send email

[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? Wouter On Nov

[android-developers] Re: viewflipper deck?

2009-11-15 Thread Wouter
to the 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 wouterg...@gmail.com wrote: Hey, How can i make something like this: http

[android-developers] viewflipper deck?

2009-11-14 Thread Wouter
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@googlegroups.com To unsubscribe from

[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. To post

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

2009-11-08 Thread Wouter Vegter
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 package test2.main; import

[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: xs:simpleType name=AirportCode xs:restriction base=xs:string xs:pattern value=[A-Z][A-Z][A-Z]/ /xs:restriction /xs:simpleType And AirportCode is a type that is

[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 fhu...@gmail.com 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).

[android-developers] Re: Tripit Oauth

2009-10-29 Thread Wouter
, 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 email.nex.softw...@gmail.com wrote: I'll

[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 wouterg...@gmail.com wrote: Hey, I had followed this blog post also but it doesnt works for me.. I also have this problem: when I

[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: Tripit Oauth

2009-10-26 Thread Wouter
, 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::... On Oct 26, 1:48 pm, Wouter wouterg

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

2009-10-25 Thread Wouter
but qoutes) and -- (it shows --gt). How can I do this? Do you have an example for that? Thank you, Wouter On 24 okt, 16:24, Wouter wouterg...@gmail.com 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. 10-24 17:21:58.310

[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

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

2009-10-24 Thread Wouter
(); } 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 mmur...@commonsware.com wrote: Wouter wrote: I am using the twitter4j

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

2009-10-24 Thread Wouter
On Oct 24, 4:59 pm, Mark Murphy mmur...@commonsware.com 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 another

[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 mmur...@commonsware.com wrote: Wouter wrote: I had used this first, but had this issue

[android-developers] Re: database question

2009-10-23 Thread Wouter
Can someone help me? On Oct 20, 5:36 pm, Wouter wouterg...@gmail.com 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 do several

[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 mmur...@commonsware.com wrote: Wouter wrote: Now I can do several updates

[android-developers] Re: database question

2009-10-23 Thread Wouter
Nice thank you so much Mark! On Oct 23, 7:56 pm, Mark Murphy mmur...@commonsware.com 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 make a copy

[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 group

[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 mar...@gmail.com wrote: Hi, I have a normal TextView which has multiple lines. I set its max number of lines to 3. I'd like it

[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 mar...@gmail.com wrote: Hi Wouter, Yes that does work for single line text, but not for multiline - checking from other posts

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

2009-10-14 Thread Wouter
, Oct 13, 2009 at 10:49 AM, Wouter wouterg...@gmail.com 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     Resource        Path    Location        Type Syntax error on token 48

[android-developers] resource with name from numbers

2009-10-13 Thread Wouter
/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@googlegroups.com

[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: 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 marc...@android.com wrote: On Mon, Oct 12, 2009 at 8:12 AM, Wouter wouterg...@gmail.com wrote: Hey, I have a database that I

[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 cicikaka2...@gmail.com wrote

[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: listview header

2009-10-11 Thread Wouter
, 2:12 pm, Wouter wouterg...@gmail.com 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 --~--~-~--~~~---~--~~ You received

[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: 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 mmur...@commonsware.com wrote: Wouter wrote: What is the easiest way to add headers to a listview (and my

[android-developers] Re: listview header

2009-10-10 Thread Wouter
, 1255216500= [Ljava.lang.Object;@43823570} So for every key i make a new header with the corresponding Movies under this header. When the listActivity loads it shows it very well but when i scroll down and up it shows me this list like this: http://snapplr.com/stkn What is the problem? Wouter

[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 mmur...@commonsware.com wrote: Wouter wrote: I had uses the MergeAdapter with this code:    public void retrieveVideotheek

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

2009-10-07 Thread Wouter
for me. Regards, Purvi On Sep 27, 4:00 pm, Wouter wouterg...@gmail.com 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 this isn't working

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

2009-10-07 Thread Wouter
On Sep 27, 4:00 pm, Wouter wouterg...@gmail.com 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 this isn't working. My listview with headers

[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

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

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

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

2009-09-27 Thread Wouter
it! It there an error somewhere? On 27 sep, 20:23, Marco Nelissen marc...@android.com wrote: On Sun, Sep 27, 2009 at 6:01 AM, Wouter wouterg...@gmail.com wrote: On 26 sep, 19:10, Marco Nelissen marc...@android.com wrote: On Sat, Sep 26, 2009 at 6:20 AM, Wouter wouterg...@gmail.com wrote: When i look

[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 premkumarjonn...@gmail.com wrote: There's one more app in category productivity/tools - ZoomRoid

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

2009-09-27 Thread Wouter
. 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 wouterg...@gmail.com wrote: Ok i will try to explain how i generate my headers

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

2009-09-26 Thread Wouter
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 marc...@android.com wrote: On Fri, Sep 25, 2009 at 10:18 AM, Wouter wouterg...@gmail.com wrote: On 25 sep, 16:57, Marco Nelissen marc...@android.com wrote

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

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

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

2009-09-25 Thread Wouter
, Wouter wouterg...@gmail.com wrote: Np the headers are using a separate layout file.. On 25 sep, 00:04, Marco Nelissen marc...@android.com wrote: On Thu, Sep 24, 2009 at 2:12 PM, Wouter wouterg...@gmail.com wrote: On 24 sep, 22:53, Marco Nelissen marc...@android.com wrote: On Thu, Sep 24

[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 wouterg...@gmail.com wrote: Do you know a solution? On 18 sep, 19:00, Wouter wouterg...@gmail.com wrote: This is the function: public View getView(int position, View convertView, ViewGroup parent

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

2009-09-24 Thread Wouter
wrote: Somewhere 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 wouterg...@gmail.com wrote: Can someone help me please! Really need to get

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

2009-09-24 Thread Wouter
On 24 sep, 22:53, Marco Nelissen marc...@android.com wrote: On Thu, Sep 24, 2009 at 1:41 PM, Wouter wouterg...@gmail.com 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

[android-developers] fit text on 1 line

2009-09-21 Thread Wouter
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@googlegroups.com

[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 mmur...@commonsware.com 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

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

2009-09-21 Thread Wouter
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 mmur...@commonsware.com wrote: Hey, I am working on a project and i need to fit a text (string

[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
; 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, Wouter wouterg...@gmail.com wrote: Trying your second option now

[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 wouterg...@gmail.com 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: Listview and scrolling

2009-09-19 Thread Wouter
Activity and not ListActivity! Wouter On Aug 13, 5:03 pm, Wouter wouterg...@gmail.com 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, 王开发 android.fan...@gmail.com wrote: Hi

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
Murphy mmur...@commonsware.com 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 different widgets (TextView, ImageView

[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 mmur...@commonsware.com wrote: Wouter wrote: But i have a layout xml file where i declarate all the widgets (yes its a lot). Do i have to put

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
); txt.setText(items[(position-2)/2]); return(txt); } On 19 sep, 18:31, Wouter wouterg...@gmail.com 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, Mark

[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

[android-developers] Re: Listview and scrolling

2009-09-19 Thread Wouter
.. On 19 sep, 19:02, Wouter wouterg...@gmail.com 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 because you are subscribed

[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 mmur...@commonsware.com wrote: Wouter wrote: Ok but is the MergeAdapter not better for adding a listadapter to the listview? or how

[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 wouterg...@gmail.com 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, 19:16, Mark Murphy mmur

[android-developers] Re: Listview and scrolling

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

[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
in limbo. On Sep 17, 2:44 pm, Wouter wouterg...@gmail.com 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 email.nex.softw...@gmail.com wrote: It seems you cannot change the Activity

[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

[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 wouterg...@gmail.com 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] 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 email.nex.softw...@gmail.com wrote: Sure, I'll throw together a quick sample and post it in a bit. On Sep 18, 12:11 am, Wouter wouterg...@gmail.com 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
I removed my seperatedlistadapter and now it worked.. :s But it was working before with my seperatedlistadapter :( On 18 sep, 14:47, Wouter wouterg...@gmail.com wrote: Really dont find what the problem is, the weird is it worked and i havent changed anything :( On 18 sep, 12:02, Wouter

[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
it 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: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-09-18 Thread Wouter
it a couple ways... 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 wouterg...@gmail.com wrote: Hey, Thank you! But I have some

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

2009-09-18 Thread Wouter
android:textSize=12px android:text=acteurs/ /LinearLayout /LinearLayout But without this seperatedlistadapter 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) yusuf.s...@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
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 email.nex.softw...@gmail.com wrote: You'll have to replace the content again. :) On Sep 18, 9:58 am, Wouter wouterg

[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
() { 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 email.nex.softw...@gmail.com wrote: Register an OnTabChangeListener in your tab activity and handle it in there. On Sep 18, 10:10 am, Wouter wouterg

[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
to Cinema 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 wouterg...@gmail.com wrote: Ok this works when i go to other tab and go back to original tab. So if i open MovieDetail

[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 email.nex.softw...@gmail.com 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

[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 s...@imkon.com wrote: Thanks for the pointers Mark. S On Aug 12, 3:16 pm, Mark Murphy mmur...@commonsware.com wrote

[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
said though... this is probably not something you should do. On Sep 17, 1:52 pm, Wouter wouterg...@gmail.com 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 tabs! Wouter On Aug 12, 3:47 pm

[android-developers] Re: tabs iphone style

2009-09-16 Thread Wouter
in my layout file and dont see the footer.. Wouter On 16 sep, 07:03, Desu Vinod Kumar vinny.s...@gmail.com 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 PM, Mark Murphy mmur

[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 wouterg...@gmail.com 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
are 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 email.nex.softw...@gmail.com wrote: I have done custom tabs in my application (BarTor) using

[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
of 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 wouterg...@gmail.com 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?id

[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 wouterg...@gmail.com wrote: Hey, I get a nice solution from skink, thank

[android-developers] Re: XML-RPC

2009-09-09 Thread Wouter
Nobody knows a solution for 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@googlegroups.com To unsubscribe from

[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 psk...@gmail.com wrote: On Sep 9, 6:08 pm, Wouter wouterg...@gmail.com

[android-developers] Re: XML-RPC

2009-09-03 Thread Wouter
yes with these tools i can see the data packages.. but thats not the solution to my problem i think? I want to parse the data in java.. On 3 sep, 00:38, skink psk...@gmail.com wrote: On Sep 3, 12:15 am, Wouter wouterg...@gmail.com wrote: I don't know.  I use the android-xmlrpc client (http

[android-developers] Re: XML-RPC

2009-09-03 Thread Wouter
Hmm how can i see the raw data with wireshark? On 3 sep, 11:03, skink psk...@gmail.com wrote: On Sep 3, 10:36 am, Wouter wouterg...@gmail.com wrote: yes with these tools i can see the data packages.. but thats not the solution to my problem i think? I want to parse the data in java

  1   2   >