This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container blur"> | |
<ul class="slider"> | |
<li><p> Hello, it's me</p></li> | |
<li><p> I was wondering if after all these years you'd like to meet</p></li> | |
<li><p>To go over everything</p></li> | |
<li><p> They say that time's supposed to heal ya</p></li> | |
<li><p> But I ain't done much healing</p></li> | |
</ul> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Documentation Cordova: | |
1. Create Project | |
cordova create [project_name] [app_name] [app_title] | |
Exp: cordova create prjFirst com.sevennett.latihansatu "Latihan Satu" | |
2. Add Platform | |
inside into [your_app_directory] and add platform android | |
Exp: cd prjFirst && cordova platform add android |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Documentation React Native: | |
1. Buat Project: | |
react-native init nama_app | |
2. Jalankan Emulator: | |
android avd | |
3. Masuk ke direktory project anda dan aktifkan webserver: | |
react-native start |