[MonoTouch] Basic TableView
Nic Wise
nicw at fastchicken.co.nz
Wed Oct 19 10:59:16 EDT 2011
yeah, MT.D is the ideal end point, but knowing whats going on behind
the scenes is very useful, esp if you are making your own elements.
On Wed, Oct 19, 2011 at 15:35, Sebastien Pouliot <sebastien at xamarin.com> wrote:
> Everytime I see a table I think of MonoTouch.Dialog @
> https://github.com/migueldeicaza/MonoTouch.Dialog
>
> IMHO much simpler than using Apple API and it comes with a great
> sample application that shows much of what it can do. There are also
> quite a few applications (and open source apps) that use it if you
> need further examples.
>
> Sebastien
>
> On Wed, Oct 19, 2011 at 9:58 AM, Nic Wise <nicw at fastchicken.co.nz> wrote:
>> These might help
>>
>> My little RSS viewer (ok, it's all BBC iplayer RSS, but still....)
>>
>> https://github.com/nicwise/onthetelly
>>
>> (I've not tried it for ages, but it should work)
>>
>> Building a custom table view cell
>>
>> http://simon.nureality.ca/simon-says-monotouch-lets-build-a-custom-uitableviewcell/
>>
>> http://ksheffield.com/blog/?p=22
>>
>> (basically, anything from googling "monotouch uitableview" should be a
>> good start.)
>>
>> Most of the books cover this quite well.
>>
>> http://monotouch.info/MonoTouch/Books
>> http://www.amazon.com/Learning-MonoTouch-Hands--Building-Applications/dp/0321719921
>>
>> etc
>>
>> On Wed, Oct 19, 2011 at 11:10, Mittchel Van Vliet <mittchel at gmail.com> wrote:
>>> Dear,
>>> I'm quite new in the whole MonoTouch scene and I need some help to get
>>> started :P
>>> What I'm aiming for is something like the following view:
>>> http://img441.imageshack.us/img441/2066/screenshot20091116at112.png
>>> It doesnt have to be that fancy yet, but the possibility should be there to
>>> extend it to a view exactly like that. So I figured it is made by a
>>> TableView cell..
>>> Now I made a simple UiTableView with some hardcoded data, but how do I
>>> create the detail page?
>>> In the end result I'd like to communicate with a webservice, get the rows
>>> and throw them in a Cell. When the Cell is clicked, some detailed
>>> information about this product is shown.
>>> Does anyone know a tutorial which can help me started with this? Hope so!
>>> Thanks!
>>> _______________________________________________
>>> MonoTouch mailing list
>>> MonoTouch at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monotouch
>>>
>>>
>>
>>
>>
>> --
>> Nic Wise
>> t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
>> b. http://www.fastchicken.co.nz/
>>
>> Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
>> mobileAgent (for FreeAgent): get your accounts in your pocket.
>> http://goo.gl/IuBU
>> Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
>> London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
--
Nic Wise
t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
More information about the MonoTouch
mailing list