Beberapa hal yang perlu diperhatikan ketika membuat aplikasi mobile dengan NativeScript dan Vue JS
https://medium.com/learning-lab/lessons-learned-on-writing-apps-with-nativescript-vuejs-bd6a3066f0cb
#vue #nativescript #mobile
https://medium.com/learning-lab/lessons-learned-on-writing-apps-with-nativescript-vuejs-bd6a3066f0cb
#vue #nativescript #mobile
Medium
Lessons Learned on Writing Apps with NativeScript VueJS
How to build native apps with NativeScript VueJS and its pros and cons
Membuat aplikasi mobile app dengan Ionic 4
https://medium.com/nycdev/create-a-full-mobile-app-with-ionic4-2849df0d47c3
#ionic #mobile #android
https://medium.com/nycdev/create-a-full-mobile-app-with-ionic4-2849df0d47c3
#ionic #mobile #android
Medium
Create a Full Mobile App (1) with Ionic4
This article shows step by step how to create a mobile application using the latest version of Ionic Framework v4, Angular 7, and…
Contoh penggunaan Web Share API untuk menampilkan pilihan share atau berbagi, ketika aplikasi web dibuka di browser mobile
https://blog.bitsrc.io/how-to-use-the-web-share-api-99460be88ad8
#webshare #mobile
https://blog.bitsrc.io/how-to-use-the-web-share-api-99460be88ad8
#webshare #mobile
Medium
How to Use the Web Share API
Learn how to use the Web Share API to give your web app a more native feel.
Latihan baru dari channel Traversy Media untuk latihan membuat mobile app dengan React Native.
Video latihannya
https://www.youtube.com/watch?v=Hf4MJH0jDb4
Github
https://github.com/bradtraversy/react_native_shopping_list
#react #native #mobile
Video latihannya
https://www.youtube.com/watch?v=Hf4MJH0jDb4
Github
https://github.com/bradtraversy/react_native_shopping_list
#react #native #mobile
YouTube
React Native Crash Course
In this course we will talk about what React Native is and get setup, look at some of the built in components and build a small shopping list app
Sponsor: Linode Hosting
https://linode.com/traversy
Code:
https://github.com/bradtraversy/react_native_shopping_list…
Sponsor: Linode Hosting
https://linode.com/traversy
Code:
https://github.com/bradtraversy/react_native_shopping_list…
Latihan pengenalan fungsi manipulasi array seperti Array push, shift, unshift, pop, reverse, splice, sort, copyWithin, fill
https://levelup.gitconnected.com/javascript-array-mutation-methods-e42143713a4e
---
Menggunakan class dan fungsi bawaan Dates untuk formatting waktu dan tanggal
https://elijahmanor.com/format-js-dates-and-times
---
Otomatis mendeteksi tipe layar perangkat mobile dan orientasi layar dengan Javascript
https://levelup.gitconnected.com/auto-detecting-mobile-devices-screen-orientation-ddcf9554b45b
---
#array #mutation #screen #mobile #orientation #dates #format
https://levelup.gitconnected.com/javascript-array-mutation-methods-e42143713a4e
---
Menggunakan class dan fungsi bawaan Dates untuk formatting waktu dan tanggal
https://elijahmanor.com/format-js-dates-and-times
---
Otomatis mendeteksi tipe layar perangkat mobile dan orientasi layar dengan Javascript
https://levelup.gitconnected.com/auto-detecting-mobile-devices-screen-orientation-ddcf9554b45b
---
#array #mutation #screen #mobile #orientation #dates #format
Medium
JavaScript — Array mutable methods
Array methods push, shift, unshift, pop, reverse, splice, sort, copyWithin, fill — simple examples
Latihan membuat tampilan untuk mobile web dengan Mint UI dan Vue JS
http://blog.logrocket.com/building-mobile-ui-using-mint-ui-vue-js/
---
Membuat visualisasi data dengan Vue JS dan D3 JS
https://blog.logrocket.com/data-visualization-with-vue-and-d3/
---
Cara membuat plugin untuk Vuex State Management
https://blog.logrocket.com/how-to-create-a-custom-vuex-plugin/
---
Tips struktur project dan design pattern Vue JS untuk aplikasi skala besar
https://blog.bitsrc.io/4-best-practices-for-large-scale-vue-js-projects-9a533450bdb2
---
Menambahkan rich text editor WYSIWG ke dalam aplikasi Nuxt JS
https://medium.com/js-dojo/how-to-add-rich-text-editor-in-nuxtjs-cfc3d1ee3ecf
#vue #d3 #chart #vuex #pattern #scaling #mobile #mintUI #nuxt #wysiwg
http://blog.logrocket.com/building-mobile-ui-using-mint-ui-vue-js/
---
Membuat visualisasi data dengan Vue JS dan D3 JS
https://blog.logrocket.com/data-visualization-with-vue-and-d3/
---
Cara membuat plugin untuk Vuex State Management
https://blog.logrocket.com/how-to-create-a-custom-vuex-plugin/
---
Tips struktur project dan design pattern Vue JS untuk aplikasi skala besar
https://blog.bitsrc.io/4-best-practices-for-large-scale-vue-js-projects-9a533450bdb2
---
Menambahkan rich text editor WYSIWG ke dalam aplikasi Nuxt JS
https://medium.com/js-dojo/how-to-add-rich-text-editor-in-nuxtjs-cfc3d1ee3ecf
#vue #d3 #chart #vuex #pattern #scaling #mobile #mintUI #nuxt #wysiwg
LogRocket Blog
Building a mobile UI using Mint UI and Vue.js - LogRocket Blog
Learn how you can use Mint UI together with Vue.js to buid a mobile-like frontend application for use on both web and mobile.
Latihan bagian keempat atau terakhir, membuat aplikasi mobile Ionic dengan Vue JS
https://youtu.be/O77kf3Qnv1w
---
Latihan pengenalan Vue JS seperti components, props, dan slots
https://blog.logrocket.com/vue-js-simplified-components-props-and-slots/
---
Latihan dari Programming With Erik tentang penggunaan Vuex di Vue JS 3
https://youtu.be/IatqphZuN64
#vue #vuex #ionic #mobile
https://youtu.be/O77kf3Qnv1w
---
Latihan pengenalan Vue JS seperti components, props, dan slots
https://blog.logrocket.com/vue-js-simplified-components-props-and-slots/
---
Latihan dari Programming With Erik tentang penggunaan Vuex di Vue JS 3
https://youtu.be/IatqphZuN64
#vue #vuex #ionic #mobile
YouTube
Cocktail Recipe Mobile App with Ionic and Vue 3 - Part 4 Refactor
In part 1, we created our cocktail app using Ionic Framework/VueJS and also added our first tab to show a random cocktail. In part 2, we implemented search by ingredient functionality on Tab 2. In part 3, we added a search by drink name tab. And, in this…
Mengenal apa itu Progressive Web Apps dan cara melakukan testing di perangkat mobile selama proses development
https://dev.to/haideralipunjabi/testing-pwas-on-mobile-devices-during-development-22mm
https://levelup.gitconnected.com/testing-pwas-on-mobile-devices-during-development-c38ee43d4e4d
#pwa #testing #mobile
https://dev.to/haideralipunjabi/testing-pwas-on-mobile-devices-during-development-22mm
https://levelup.gitconnected.com/testing-pwas-on-mobile-devices-during-development-c38ee43d4e4d
#pwa #testing #mobile
DEV Community
Testing PWAs on mobile devices during development
PWA? What is that? Progressive Web Applications (PWAs) are web applications (duh!) that us...
Latihan dari channel Coding with Justin membuat aplikasi mobile dengan Vue JS 3 dan Quasar Framework
https://youtu.be/qPkSwo8QyoA
---
Komparasi beberapa framework Javascript mobile app yang dapat diimplementasi bersama Vue JS
https://blog.logrocket.com/comparing-vue-js-mobile-app-development-frameworks/
#vue #quasar #mobile
https://youtu.be/qPkSwo8QyoA
---
Komparasi beberapa framework Javascript mobile app yang dapat diimplementasi bersama Vue JS
https://blog.logrocket.com/comparing-vue-js-mobile-app-development-frameworks/
#vue #quasar #mobile
YouTube
Quasar Framework with Vue 3 Composition API - Building a cross platform note app
Quasar Framework is an open-source Vue JS framework for building apps, with a single codebase, and deploy it on to Mobile, Web, or Desktop. Today we will be using the Quasar Framework with the Vue 3 composition API to create a note-taking app.
This app…
This app…
Latihan membangun aplikasi mobile berbasis Vue JS dengan Vue Native
https://blog.logrocket.com/building-mobile-apps-with-vue-native/
---
Memahami konsep kerja dari NextTick di Vue JS 3
https://blog.logrocket.com/understanding-nexttick-in-vue-js/
---
#vue #nextjs #mobile
https://blog.logrocket.com/building-mobile-apps-with-vue-native/
---
Memahami konsep kerja dari NextTick di Vue JS 3
https://blog.logrocket.com/understanding-nexttick-in-vue-js/
---
#vue #nextjs #mobile
LogRocket Blog
Building mobile apps with Vue Native - LogRocket Blog
With Vue Native, developers can get the best of both the Vue.js and React Native ecosystems when building apps.
Membuat animasi pada hamburger menu di tampilan mobile web
https://blog.logrocket.com/animating-mobile-menus-using-css/
---
Membuat pie chart dengan menggunakan CSS
https://www.freecodecamp.org/news/css-only-pie-chart/
---
Pengenalan tentang CSS Variables dan contohnya
https://dev.to/tbruner/what-are-css-variables-2eae
#css #menu #hamburger #mobile #piechart #variables
https://blog.logrocket.com/animating-mobile-menus-using-css/
---
Membuat pie chart dengan menggunakan CSS
https://www.freecodecamp.org/news/css-only-pie-chart/
---
Pengenalan tentang CSS Variables dan contohnya
https://dev.to/tbruner/what-are-css-variables-2eae
#css #menu #hamburger #mobile #piechart #variables
LogRocket Blog
Animating mobile menus using CSS - LogRocket Blog
Learn how to create animated mobile menus, using HTML and CSS only, that slowly come into view with both a slide-in and slide-down effect.
Latihan sederhana membuat aplikasi mobile dengan tema medis menggunakan React Native
https://javascript.plainenglish.io/create-a-real-time-medical-app-with-react-native-621397fb7909
#react #native #mobile
https://javascript.plainenglish.io/create-a-real-time-medical-app-with-react-native-621397fb7909
#react #native #mobile
Medium
Create a Real-Time Medical App With React Native
Build a React Native Doctor Booking App in 10 Days
Latihan membuat aplikasi mobile Linux dengan React JS dan Tauri
https://betterprogramming.pub/pinephone-app-development-a-quick-start-guide-97f2d90a334c
—-
Beberapa tips dalam cara membuat React JS component
https://blog.bitsrc.io/5-steps-to-build-react-components-like-a-pro-fb1f3af6ba17
#reactjs #tauri #mobile #component
https://betterprogramming.pub/pinephone-app-development-a-quick-start-guide-97f2d90a334c
—-
Beberapa tips dalam cara membuat React JS component
https://blog.bitsrc.io/5-steps-to-build-react-components-like-a-pro-fb1f3af6ba17
#reactjs #tauri #mobile #component
Medium
Build Your First Mobile Linux App With React And Tauri
PinePhone App Development: A Quick Start Guide
Membuat aplikasi mobile dengan Ionic, Vue JS, dan Capacitor
https://blog.openreplay.com/cross-platform-development-with-ionic-capacitor/
#ionic #capacitor #mobile
https://blog.openreplay.com/cross-platform-development-with-ionic-capacitor/
#ionic #capacitor #mobile
Openreplay
Cross-platform development using Ionic+Capacitor
Easy cross-platform mobile development with the Ionic+Capacitor combination
Latihan dari Dcode tentang cara mendeteksi perangkat mobile dengan JavaScript
https://www.youtube.com/watch?v=VKZvBf0VLXE
#dcode #detection #mobile
https://www.youtube.com/watch?v=VKZvBf0VLXE
#dcode #detection #mobile
YouTube
How to Easily Detect Mobile Devices with JavaScript
It's very simple to detect if your user is on a mobile device with JavaScript. In this video, I'll be showing you 2 ways to go about it.
🏫 My Udemy Courses - https://www.udemy.com/user/domenic-corso/
🎨 Download my VS Code theme - https://marketplace.vis…
🏫 My Udemy Courses - https://www.udemy.com/user/domenic-corso/
🎨 Download my VS Code theme - https://marketplace.vis…
Latihan panjang dari JavaScript Mastery membuat aplikasi mobile dengan React Native
https://youtu.be/mJ3bGvy0WAY
#react #native #mobile
https://youtu.be/mJ3bGvy0WAY
#react #native #mobile
YouTube
Build and Deploy a React Native App | 2023 React Native Course Tutorial for Beginners
🆕 UPDATED https://youtu.be/ZBCUegTZF7M?si=J6O_Ou9_-tUHWRpz
The existence of React Native makes React one of the most valuable skills to have. Learn to transform 75% of your knowledge from making websites into building mobile applications today!
Want to…
The existence of React Native makes React one of the most valuable skills to have. Learn to transform 75% of your knowledge from making websites into building mobile applications today!
Want to…
👍1
Membuat layout responsive dengan HTML dan CSS
https://blog.openreplay.com/mobile-first-approach-with-html-and-css/
---
Latihan dasar bagi pemula dalam penggunaan CSS
https://www.freecodecamp.org/news/css-style-sheets-basics/
---
Cara memutar Text dengan CSS
https://blog.logrocket.com/rotate-text-css-guide/
---
#html #css #mobile #responsive #rotate
https://blog.openreplay.com/mobile-first-approach-with-html-and-css/
---
Latihan dasar bagi pemula dalam penggunaan CSS
https://www.freecodecamp.org/news/css-style-sheets-basics/
---
Cara memutar Text dengan CSS
https://blog.logrocket.com/rotate-text-css-guide/
---
#html #css #mobile #responsive #rotate
Openreplay
Mobile-first approach with HTML and CSS
How to implement a mobile-first approach to website design
Latihan membuat aplikasi mobile dengan Nuxt JS dan Ionic
https://www.youtube.com/watch?v=a7HLHuFBms4
#ionic #web #mobile
https://www.youtube.com/watch?v=a7HLHuFBms4
#ionic #web #mobile
YouTube
Build & Deploy Mobile Apps with Nuxt Ionic - VueConf US 2023
Do you love building with Nuxt but need a native mobile experience? Nuxt Ionic is an out-of-the-box integration that lets you build Nuxt applications with a native look and feel leveraging Ionic components, composables, and icons. Nuxt Ionic automatically…