Materialize A modern responsive front-end framework based on Material Design https://materializecss.com/getting-started.html Material Degidn Icons https://material.io/tools/icons/?search=account&icon=account_circle&style=baseline What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and READ MORE
Month: September 2018
AndroidX refactoring
AndroidX Overview We are rolling out a new package structure to make it clearer which packages are bundled with the Android operating system, and which are packaged with your app’s APK. Going forward, the android.* package hierarchy will be reserved for Android READ MORE
Room + ViewModel + LiveData + RecyclerView (MVVM)
Room + ViewModel + LiveData + RecyclerView (MVVM) Adding Components to your Project https://developer.android.com/jetpack/arch/adding-components https://github.com/shadowmanpat/ArchiterctureExample
How to Install Apache on macOS via Homebrew
How to Install Apache on macOS via Homebrew Updated on February 13, 2018 by Rahul K. General Articles The latest versions of macOS come with pre-installed Apache 2.4. But it’s hard to manage it via homebrew due to Apple has removed READ MORE
Android Studio 3.1: Erroneous unresolved references in editor
Exit Studio. Delete .idea/ (seems to me that’s most important), build/, app/build directories. Start Studio Set Settings -> Build -> Gradle settings back (last stable Gradle local distribution in my case). Clean&rebuild project. exit, delete project from projects lists, READ MORE
Laravel
Installing Composer on OS X Composer is a cross-platform dependency manager for PHP libraries. This article will explain how to install it on OS X and add an alias so you can use it from anywhere. Installing The first step READ MORE
ARCHITECTURE COMPONENTS – Android Jetpack
Android Jetpack Jetpack is a collection of Android software components to make it easier for you to develop great Android apps. These components help you follow best practices, free you from writing boilerplate code, and simplify complex tasks, so you READ MORE
React Redux Tut
https://github.com/iamshaunjp/React-Redux-Firebase-App/tree/lesson-3/marioplan CDN Linkshttps://reactjs.org/docs/cdn-links.htmlVisual Studio Codehttps://code.visualstudio.com/docs/?dv=osx NodeJs https://nodejs.org/en/create-react-app https://github.com/facebook/create-react-appnpx create-react-app my-app cd my-appnpm start http://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/ https://materializecss.com/ <!– Compiled and minified CSS –> <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css”>
Android Keyboard Listener
Android Keyboard Listener A keyboard visibility listener because Android doesn’t provide an easy way to do this. https://github.com/shadowmanpat/android-keyboardlistener I created a simple class that can be used for this: https://github.com/ravindu1024/android-keyboardlistener. Just copy it in to your project and use as READ MORE
Android user Nuage Laboratoire???
name = Nuage Laboratoire email = 123xyz…@cloudtestlabaccounts.com It looks like you probably ran your app through Firebase Test Lab for Android (previously Cloud Test Lab) at least once, which will happen when you publish to an alpha or beta channel on the Play Store READ MORE