https://github.com/NagasSLM/AAHello Could not resolve com.android.tools.build:gradle:8.0.1 On macOS Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle On Windows File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle Select: JDK 17 or JDK 11 And Sync Gradle again https://stackoverflow.com/a/76320717 https://developer.android.com/training/cars/apps https://github.com/android/car-samples/tree/main/car_app_library https://developer.here.com/documentation/android-sdk-navigate/4.12.1.0/dev_guide/topics/android-auto.html READ MORE
Category: Android
iNewsgr Mobile App built with Flutter
Scrapping iNewgr https://www.inewsgr.com/. https://play.google.com/store/apps/details?id=com.fftsoft.newsapp Click below to download iOS Version through Firebase App Distribution https://appdistribution.firebase.dev/i/236032e6856b9e6f
Flutter Nagas Blog app on App Store, Play Store, and Web!!!
Site nickagas.com made with WordPress converted to a mobile app with Flutter. First upload Nagas blog, made with Flutter. https://play.google.com/store/apps/details?id=com.nickagas.blog https://apps.apple.com/us/app/nagas-blog/id1516167568 Nagas Blog on Web?? Why not?? https://fftsoft.com/nagas_blog/
React Native for Web
https://github.com/benawad/react-native-web-series https://github.com/necolas/react-native-web https://expo.io/ Docs https://necolas.github.io/react-native-web/docs/?path=/docs/overview-getting-started–page https://snack.expo.io/ https://blog.expo.io/upcoming-limitations-to-ios-expo-client-8076d01aee1a
Android DevOps Gitlab CI/CD
Gitlab project https://gitlab.com/agascompany/android-devops DevOps is a set of practices that combines software development (Dev) and information-technology operations (Ops) which aims to shorten the systems development life cycle and provide continuous delivery with high software quality.[1][2] https://about.gitlab.com/blog/2018/02/14/setting-up-gitlab-ci-for-android-projects/ A successful Git branching model https://nvie.com/posts/a-successful-git-branching-model/ Image for building Android apps on Gitlab CI READ MORE
Android detekt
Static code analysis for Kotlin https://arturbosch.github.io/detekt/ Add plugins { id(“io.gitlab.arturbosch.detekt”).version(“[version]”) } detekt { toolVersion = “[version]” input = files(“src/main/kotlin”) filters = “.*/resources/.*,.*/build/.*” baseline = file(“my-detekt-baseline.xml”) // Just if you want to create a baseline file. } add to app apply plugin: READ MORE
KVM is required to run this AVD.
KVM is required to run this AVD Starting with Ubuntu 18.04 and Linux Mint Tara you need to install qemu-kvm sudo apt install qemu-kvm Check the ownership of /dev/kvm ls -al /dev/kvm Check which users are in the kvm READ MORE
Jenkins for Android
Jenkins Build great things at any scale The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.DocumentationDownload Download and run Jenkins Download Jenkins. Open up a terminal in the download directory. READ MORE
Easy Parcelable in Kotlin
https://medium.com/the-lazy-coders-journal/easy-parcelable-in-kotlin-the-lazy-coders-way-9683122f4c00 Parcelable: The lazy coder’s way @Parcelize class Item( var imageId: Int, var title: String, var details: String, var price: Double, var category: Category, var postedOn: Long ) : Parcelable See, easy as that! All you need is just to confirm READ MORE
An introduction to Kotlin Coroutines for Android, GDG Android Athens Meetup Notes
Congrats to the speaker Antonis Lillis for the great presentation. An introduction to Kotlin Coroutines for Android Wednesday, Feb 27, 2019, 7:00 PM The Cube8 Kleisovis Str, 10677 Athens, GR 72 Members Went Welcome back to yet an another exciting READ MORE