This is a sample application to demonstrate the open source Aloha project to developers.
Aloha is a library for adding a simple welcome activity to your Android application. Customization is simple. You specify resource identifiers for each page and write a minimal amount of code.
What you do:
• Prepare resources for the text, image and background color for each page.
• Extend the base welcome activity and specify the resources identifiers in your implementation
• Modify your MainActivity to start your WelcomeActivity when desirable
Source code for the sample application and library are available. See the project for more help.
Aloha: http://bdiegel.github.io/android-aloha/
Please report all issues on GitHub.
Aloha is a library for adding a simple welcome activity to your Android application. Customization is simple. You specify resource identifiers for each page and write a minimal amount of code.
What you do:
• Prepare resources for the text, image and background color for each page.
• Extend the base welcome activity and specify the resources identifiers in your implementation
• Modify your MainActivity to start your WelcomeActivity when desirable
Source code for the sample application and library are available. See the project for more help.
Aloha: http://bdiegel.github.io/android-aloha/
Please report all issues on GitHub.
Show More