Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by AmalH

A curated list of projects in awesome lists by AmalH .

https://github.com/amalh/android-2fa-with-google-authenticator

Example for implementing two factor authentication in Android using Twilio's Authy API and firebase. | TUTORIAL : https://pragmatictheories.tech/android-implementing-two-step-authentication-through-google-authenticator/

2fa 2factor android android-tutorial android-two-factor-authentication authy-api firebase otpauth two-factor-authentication twofactorauth

Last synced: 07 Nov 2024

https://github.com/amalh/expandit

Custom [expandable] listview library for Android

android android-library android-listview custom-listview expandablelistview

Last synced: 07 Nov 2024

https://github.com/amalh/user-registration-with-alamofire_mysql-and-facebook_sdk

Use of LoginKit for Login/Signup UX to build a mysql-php user registration example.

iloginkit ios ios-library php-mysql swift swift-php-mysql user-registration

Last synced: 07 Nov 2024

https://github.com/amalh/viewpager-with-fragmentpageradapter

ViewPager + FragmentPagerAdapter android example | TUTORIAL: https://www.pragmatictheories.tech/android-viewpager-with-fragmentpageradapter/

android android-application android-tabs android-tabview android-tutorial android-viewpager-indicator fragmentpageradapter viewpager

Last synced: 07 Nov 2024

https://github.com/amalh/android-foreground-services-example

Example for running a foreground service in Android | TUTORIAL: https://pragmatictheories.tech/android-_-foreground-services/

android foreground-notification foreground-service

Last synced: 07 Nov 2024

https://github.com/amalh/codename-one---cruds-with-mysql-database

Simple tutorial on how to connect codename one to mySQL and perform basic crud operations. https://pragmatictheories.tech/codename-one-connecting-to-mysql-database-and-perfoming-basic-cruds/

codenameone crud mysql mysql-database

Last synced: 07 Nov 2024

https://github.com/amalh/cardviewandrecyclerviewsample_android

Android CardView with RecyclerView | TUTORIAL : https://pragmatictheories.tech/android-cardview-and-recyclerview/

android android-card-view android-tutorial cardview cardviews recyclerview recyclerview-adapter

Last synced: 07 Nov 2024

https://github.com/amalh/goodreads-oauth-in-swift-

Swift sample for using OAuthSwift with Goodreads | TUTORIAL: https://pragmatictheories.tech/ios-oauth-integration-with-goodreads/

goodreads-api goodreads-oauth ios oauth oauth2 oauth2-provider oauthswift swift

Last synced: 07 Nov 2024

https://github.com/amalh/paralloid

This is a copy of the deprecated Parraloid library by chrisjenx

android android-library android-parallax

Last synced: 07 Nov 2024

https://github.com/amalh/firbase-email-password-login-android

Firebase login example https://pragmatictheories.tech/android-getting-started-with-firebase-user-authentication/

android android-firebase android-tutorial firebase firebaselogin

Last synced: 07 Nov 2024

https://github.com/amalh/firebase-file-storage-sample

Firebase file storage example | TUTORIAL : https://www.pragmatictheories.tech/android-firebase-file-storage/

android android-firebase android-tutorial firebase firebase-android-sdk firebase-storage

Last synced: 07 Nov 2024

https://github.com/amalh/restfulwebservicestutorials

A set of samples of creating / consuming RESTful webservices with JAX-RS API | TUTORIAL: https://pragmatictheories.tech/restfull-webservice-cruds-operations/

Last synced: 07 Nov 2024

https://github.com/amalh/kotlinlearning-part1-

This project presents the first part of an Android tutorials/samples series I am currently sharing. It's also the first part of the KotlinLearning Android app recently published.

android android-firebase android-material android-tutorial facebook-api firebase linkedin-api linkedin-sdk rest-api

Last synced: 07 Nov 2024

https://github.com/amalh/nodejs-server-for-intel-galileo-gen2

node.js rest api used in IoT samples. | TUTORIAL : https://pragmatictheories.tech/intel-galileo-programming-with-node-js/

arduino-sketch intel-galileo intel-galileo-microcontroller nodejs-server

Last synced: 07 Nov 2024

https://github.com/amalh/iot-tutorials-part1

Code snippets for using intel galileo gen2, and grove starter kit. Tutorial shared here:https://pragmatictheories.tech/intel-galileo-programming-with-node-js/

arduino-sketch intel-galileo intel-galileo-microcontroller iot

Last synced: 07 Nov 2024

https://github.com/amalh/android-expandablelistview-basic-sample

Expandable listview implementation in Android | TUTORIAL : https://pragmatictheories.tech/android-_-expandable-listview-example/

android android-listview android-tutorial expandablelistview

Last synced: 07 Nov 2024

https://github.com/amalh/linux-commands-in-java

implementation of linux time command in java

Last synced: 07 Nov 2024

https://github.com/amalh/android-background-processing-example

Example for using JobSchedulers to schedule background tasks in Android | TUTORIAL: https://pragmatictheories.tech/android-creating-background-services/

android android-background-tasks background-jobs background-service job-scheduler

Last synced: 07 Nov 2024

https://github.com/amalh/restful-api-with-symfony

Using FOSRestBundle in Symfony to create a Restful API.

fosrestbundle rest-api restful-webservices symfony3

Last synced: 12 Oct 2024

https://github.com/amalh/http-interceptor-in-angular---spinner-exapmle

A data loading spinner with HTTPInterceptor implementation in Angular. Tutorial can be found at pragmatictheories.tech : https://pragmatictheories.tech/angular-http-interceptors-for-generic-data-loading/

angular httpinterceptor javascript spinner

Last synced: 07 Nov 2024

https://github.com/amalh/tech-team-app

a reactjs project using react-query to perform basic cruds from server.

Last synced: 07 Nov 2024

https://github.com/amalh/employees-api

an express nodejs app. connects to a mongoDB database and presents basic cruds

Last synced: 07 Nov 2024

https://github.com/amalh/ibm-mfp-sample

IBM Mobile Foundation with Ionic sample . Tutorial available here : https://pragmatictheories.tech/ibm-mobile-foundation-platform-ionic/

Last synced: 07 Nov 2024

https://github.com/amalh/competitve-programming-java

solutions for Hackerrank problems written in Java

Last synced: 07 Nov 2024

https://github.com/amalh/city-weather-flutter-bloc

A simple flutter app that displays an input city's current weather.

Last synced: 07 Nov 2024

https://github.com/amalh/bikescatalogapp

An items list + item details sample in Flutter. It demonstrates using BloC, basic unit and widget testing, filtering and sorting in dart lists, and using the http package for network calls.

dart flutter

Last synced: 07 Nov 2024

https://github.com/amalh/sharedpreferences_basic

Basic tutorial on shared preferences | TUTORIAL: https://pragmatictheories.tech/android-sharedpreferences/

android android-shared-preferences android-tutorial sharedpreferences

Last synced: 07 Nov 2024

https://github.com/amalh/sessionmanagement_android_basic

User session management with shared preferences example | TUTORIAL: https://pragmatictheories.tech/android-user-session-management-with-sharedpreferences/

android android-example android-shared-preferences android-tutorial sharedpreferences

Last synced: 07 Nov 2024

https://github.com/amalh/opencv-cpp

basic opencv scripts in c++

cpp opencv opencv-cpp

Last synced: 07 Nov 2024

https://github.com/amalh/stripe-integration-in-ios

Sample demoing how to accept credit cards in iOS using Stripe . Tutorial available here : https://pragmatictheories.tech/accepting-credit-cards-in-ios-with-strip/

Last synced: 07 Nov 2024

https://github.com/amalh/nodejs-server-for-intel-galileo-gen2-part2

node.js rest api used in IoT samples. | TUTORIAL: https://pragmatictheories.tech/intel-galileo-programming-with-node-js/

intel-galileo intel-galileo-microcontroller nodejs nodejs-server

Last synced: 07 Nov 2024

https://github.com/amalh/nodejs-cloudant-sample

sample on connecting to IBM Cloudant DB with node js . Tutorial available here : https://pragmatictheories.tech/ibm-cloudant-nodejs-sample

Last synced: 07 Nov 2024

https://github.com/amalh/goodreadslog

Reading list sample app [iOS]

alamofire ios ios-swift swiftyjson

Last synced: 07 Nov 2024

https://github.com/amalh/galileogen2-as-a-server-

examples for running a webservice on Intel GalileoGen2 board

galileo intel-galileo intel-galileo-microcontroller intel-iot iot node-js

Last synced: 07 Nov 2024

https://github.com/amalh/client-for-nodejs-server-intel-galileo-gen2-iot-app

Mobile (android) and web sample of client app for node.js server used in a sample IoT application. | TUTORIAL: https://pragmatictheories.tech/iot-application-with-intel-galileo-android-and-node-js/

intel-galileo intel-galileo-microcontroller iot nodejs

Last synced: 07 Nov 2024

https://github.com/amalh/avalanche-2d-game

2D unity game

Last synced: 07 Nov 2024

https://github.com/amalh/android_sectionnedlistviews

Sectionned listView example | TUTORIAL: https://pragmatictheories.tech/android-sectionned-listview/

android android-custom-listview android-listview customlistview listviewwithcustomadapter

Last synced: 07 Nov 2024

https://github.com/amalh/aquitembicomaringa

Symfony 3 job search portal app

symfony-application symfony-example-app symfony3

Last synced: 07 Nov 2024

https://github.com/amalh/android-firebase-realtime-database--basic-cruds

Firebase basic cruds sample | TUTORIAL: https://pragmatictheories.tech/android-firebase-realtime-database-basic-cruds/

android android-firebase android-tutorial firebase firebase-database

Last synced: 07 Nov 2024

https://github.com/amalh/asp-net-mvc-sample-app

Demo for implementing n-tier architecture using the .NET framework : Simple MVC web app for an hypermarket. | TUTORIAL: https://pragmatictheories.tech/n-tier-architecture-with-asp-net-mvc-1

Last synced: 07 Nov 2024

https://github.com/amalh/adschain

Sapmle app for sending sms texts in background. Desmonstrates the use of JobServices, Asynchronous tasks, SMS manager, Volley API, firebase and more

2fa android android-sms asynchronous-tasks firebase-android sms-manager volley-api

Last synced: 07 Nov 2024

https://github.com/amalh/amalhichri.me

personal website / portfolio for (mobile) developers

Last synced: 07 Nov 2024