How to swipe to view a new page in TitaniumStudio Alloy Framework Development - titanium

I am new at this so apologies if this is a silly question... I am developing an app in Titanium using the Alloy Framework, and trying to create functionality such that I can have one page with a title, some text and an image, then I swipe to see a different title, text and image... sort of like an eBook. Does anyone have any advice on how to do this?
So far all I have managed to do is create a table with the list of all the headings and I can click each one to see the content, but then must go back to get into the next page, which is a bit cumbersome.
Thanks!

Titanium ScrollableView is your friend
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.ScrollableView
Thanks

Related

Xamarin forms Carrousel and take a picture async

I have been trying to replace my carrousel images with t new photos from my phone camera or album, but for some binding reason, they don't display on the carousel.
I am using Xamarin Media Plugin.
any picture I select should display on the carousel. I have been trying everything in here. IMAGE URL works fine, stored images in the resources folder, works as well. but, for some reason display the images from the media is been a nightmare.
You can clone my sample project # GITHUB
I will appreciate Any help.
Looking at the GITHUB project, easy to understand why no relevant code here, it will require the whole sample project. It seems the carousel is not getting updated when uploading an image, binding?? I am still checking.

How to create sencha theme from psd design for mobile app

I have psd of mobile design. Following is an example jpeg version of the psd.
I need to create a custom design in Sencha Touch 2.
So, please help me by guiding step by step process to do the same.
I mean how do i set custom layout then how do i build custom designed pages, form elements etc. I am very new in sencha.
Thank you in advance for your help.
Don't get me wrong but what you are asking is that someone else does your job.
To make an app that looks like your picture you should take a look at the following components:
TabPanel
Container
Button
FormPanel
Image
SelectField
If you need an overall tutorial on how to create an app with sencha take a look at MiamiCoder. There is a great tutorial to begin with.

How to create custom camera with user specified buttons in Android

I have created FB app in that i need Camera option. of course i want 3 buttons, one to take a picture and 2nd to save and Main thing is 3rd button that is to directly upload images to facebook without saving to specified location im Mobile. I searched a lot but cant get like this.So please help me out. Thanks in Advance

RestKit and storing of data

I have a navigation controller where i have the list of appointments in a table view. I have an add button on the right side corner for the navigation controller. When the user clicks the add button a view will appear with the textfields and buttons. The problem is when ever the user (of the app) adds his appointments and clicks the add button it has to hit the server and store that data. I want to do that using RestKit. Can anybody tell me how to hit the server and how i can store the data.
Yes, Google can.
Here is the first result for the search 'restkit tutorial' :
http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/
And, in case that one is a little out of date, here's the second result for the search 'restkit tutorial' :
http://mobile.tutsplus.com/tutorials/iphone/advanced-restkit-development_iphone-sdk/
The current documentation is only on github. Most other sources are outdated, thanks to RestKit's rapid development.
The wiki has a lot of good information, and you can find documentation that's always up-to-date in the docs directory.
I recently wrote a detailled overview of RestKit with many piece of code and I think it can help you to understand how it works and how to get things done.
http://blog.octo.com/en/overview-of-restkit-a-core-data-enabled-ios-macosx-framework-for-restful-apps/

Accordion Menu in XCODE

hey, I'm trying to make a accordion menu in Objective-C for a iPad app. The only thing I know is that I should look over core animation.
Couldn't find anything helpfull.
Can anyone help me ? at least give me a few pointers.
i am also trying to implement Accordion Menu for iPad.. i have been doing some research and found that this link is a good help...
http://www.deepinthecouch.com/iphone-sdk/accordion-uitableviews-programming-backwards
(Go here for the archived version)
i have tried putting in the codes in this blog to my project, but i kept getting some weird errors..
so instead, i am taking the concept and try to implement something myself...
if u get ur accordion menu work, do share it.. i will do the same... :)
[Update] : i have revisited the blog page again just now, and found that the author have added a new entry and added a piece of code that works...
Have a look
http://www.deepinthecouch.com/iphone-sdk/accordion-uitableviews