ubermusic pivot control on android? - android

I was wondering if anyone is able to tell me how they were able to make the windows UI in the apps UberMusic? I know it's exactly like the windows phone 7 interface and I was wanted to implement that .. anyone know where i could get a tutorial or some source code to look at?

Their re-creating the controls that Silverlight has accessible to the android phone, or using a web based HTML 5.0.
I'm going to go with web based HTML 5.0 as it would be easiest and also cross platformed at a time.
Hope that helps! :)

Related

Alternative to VisionKit VNDocumentCameraViewController on Android Platform

I have implemented the VisionKit VNDocumentCameraViewController that is used in the notes application on iPhone .. which works quite well. Takes several picture and then straitens them, But I wonder if there is anything like this control for Android? I have tried to google it, I really have but I just can't find anything that work the same. Do you guys have some experience with this?

making simple app for both iphone/android(super basic)

Basically i need 2 apps that work on both Android/IOS with a simple sign in button and 5 push notifications that can be dowloaded for a little project.
The conclusion I reached was html? and some way to let the user download the files without needing hosting etc.
perhaps someone knows of a more efficient way to do this? or since its non profit get some skeleton code for each os and then just add buttons from x code and android api?
I am not really sure what you are asking but, you can use 'Phonegap' which is cross platform and can use web development languages such as html, JavaScript, and css.

Building Android Loading Dialog Box with AIR

I am starting to develop android applications using AS3.
As much as I've searched I did not find how to make android loading box using AIR!
It seems there is no way to do so!
Can anybody help me in this regard please?!
I kindly beg you to search more and more. Your topic is a rare and helpful one I also appreciate that but I think you just need to increase your Googling Abilities :D
I guess I know what you were searching for so I just searched about your topic and the result is exactly what you need I am sure.
You know,, you can not access android device-specific libraries and features with AS3 for these are not available in the built-in AS3 classes. There are some air extensions provided to help us the air developers who want to make Android or iOS apps though.
Am I clear enough? if not go to this link please. Here you can learn more and even use some extensions in your projects if necessary: http://www.adobe.com/devnet/air/native-extensions-for-air.html
And a happy link for you and your topic:
http://www.myappsnippet.com/loading-dialog-air-extension
Just tell me if this is what you wanted. I'll be happy!
This is fairly standard and has been covered here a few times. Like this for example.
as3 loading screen
or this ROC tutorial
as3 preloader
U basically calculate the current percentage in a progress event and change a bar's width or scale accordingly.

How to use Flipboard effect on Android

I really like some effects in iPad. Especial flipboard, but I am an android developer at the moment, so I want to build an app which has the same effect. But I cannot find any source code about it on the Internet. On youtube I found a video I really like. Can someone help me?
Hey… Here is a quick guide for getting the clipboard effect on your Android phone. Just go through this tutorial for getting it. Hope it will be helpful to you.
http://openaphid.github.com/blog/2012/07/27/how-to-handle-touch-events-for-flip-animation/ there u go, but it is on opengl, and i'm not sure if it supports complex views as ListView. If you want to make one from the scratch i also recommend you this link. It is on Flex, but the principle is similar. http://oreilly.com/pub/a/javascript/archive/flashhacks.html?page=1

Best practices for wrapping web app for Android

Im looking into wrapping a existing web app for Android. Im doing some research to find the bets ways to do this?
Does anyone have any good links or tips that might be good to know?
Thankful for advice!
The standard way to do this is to wrap the web app in a WebView. The android dev guide also has a whole section on things you should do when wrapping.
I don't know what is the meaning of your wrapping.
But if you want a tool to make an application that looks like a native android app but instead use the the web technology, you can use PhoneGap.
Find it here

Categories

Resources