An open API service indexing awesome lists of open source software.

https://github.com/d4rk-lucif3r/second-activity-app-multiintent

Tutorial for Creating Second Activity in Android Studio.
https://github.com/d4rk-lucif3r/second-activity-app-multiintent

Last synced: 3 months ago
JSON representation

Tutorial for Creating Second Activity in Android Studio.

Awesome Lists containing this project

README

        

# SecondActivity in Android-Studio by d4rk-lucif3r
![Google Phone](https://img.shields.io/badge/Android-Lollipop+-blue.svg?logo=google&longCache=true&style=flat-square)
- App with MultiActivity using different Intents.

# Description
- Main activity consist of 3 buttons.
- 1st Button for second activity.
- 2nd Button for opening https://google.com.
- 3rd Button for opening google camera(through package also packge for gcam is different from other OEMs Camera APP).

# Changing Functionality of Camera Button.
- You can change the functionality of camera opening button by changing package name in **MainActivity line 38**.

# Preview

-![preview](https://github.com/arshanwar/Second-Activity-App-MultiIntent/blob/master/preview.gif)