Videos tagged with sdk
Wayne Pan Learn how to build a business on mobile apps so you can quit your day job. Walk away with an understanding of app business basics and how to use house ads for app promotion, mediation to optimize in-app advertising revenues and analytics to measure real ROI.
Google I/O 2011: Android Protips: Advanced Topics for Expert Android App Developers
Reto Meier Writing an app is easy, but with 100k competitors you need to do better than launch and cross your fingers. I'll demonstrate how to use advanced Android techniques to taek a good app and transform it into a polished product. Features advanced coding tips & tricks, design and implementation patters, and insight into some of the lesser known API features. This is an advanced session de...
Google I/O 2011: Android Development Tools
Xavier Ducrohet, Tor Norbye This talk provides an in-depth look at the Android development tools, along with tips & tricks for getting the most out of them. From project support, to source editing and visual editors, to emulator execution and debugging and profiling, this talk will help you get more productive with Android development. The main focus is on Eclipse, but we will discuss other com...
Google I/O 2011: Android Development Tools
Xavier Ducrohet, Tor Norbye This talk provides an in-depth look at the Android development tools, along with tips & tricks for getting the most out of them. From project support, to source editing and visual editors, to emulator execution and debugging and profiling, this talk will help you get more productive with Android development. The main focus is on Eclipse, but we will discuss other com...
Google I/O 2011: Android Protips: Advanced Topics for Expert Android App Developers
Reto MeierWriting an app is easy, but with 100k competitors you need to do better than launch and cross your fingers. I'll demonstrate how to use advanced Android techniques to taek a good app and transform it into a polished product. Features advanced coding tips & tricks, design and implementation patters, and insight into some of the lesser known API features. This is an advanced session des...
Google I/O 2011: Don't just build a mobile app. Build a business.
Wayne PanLearn how to build a business on mobile apps so you can quit your day job. Walk away with an understanding of app business basics and how to use house ads for app promotion, mediation to optimize in-app advertising revenues and analytics to measure real ROI.
Writing iPhone App Episode 5: Persisting Data and Reordering Table Rows
When you quit an iPhone application and restart it later, you want important data to be preserved. In this episode, we’ll save our recipes and their ingredients in a SQLite database. Then we’ll add the ability to reorder ingredients and save their order back to the database. You’ll learn about: creating a SQLite database persisting data to a SQLite database using basic SQL sta...
Writing iPhone App Episode 4: Editing On a Table View
If you’ve played with your iPhone much, you’ve noticed those green (+) and red (-) buttons to add and remove rows from a table view. In this episode, we’ll use these UI techniques to add and remove recipe ingredients. You’ll learn about: adding (+) and deleting (-) table rows using the Edit/Done button for editing a table view animating the addition of new table rows cha...
Writing iPhone App Episode 3: Adding Text Fields and Buttons
Every good iPhone application needs to get input from the user, and this episode shows you how to get input from the keyboard. We’ll use a table view and a text field to accept new recipe names. You’ll learn about: adding table view cells text fields and techniques for optimal data entry implementing different button types animating modal views and controllers writing delegate metho...
Writing iPhone App Episode 2: Linking Table Views with a Navigation Controller
Once you have a table view that shows some data, you typically want to navigate deeper when you select a table cell. For example, when you tap on a recipe, you want to see its ingredients. That’s what navigation controllers are for. In this episode, you’ll learn about: linking two table views with a navigation controller how view controllers are stacked adding outlets and controller...