Ahmad Mansour (@Mansourx)
  • Stars
    star
    20
  • Global Rank 640,821 (Top 23 %)
  • Followers 9
  • Following 13
  • Registered about 9 years ago
  • Most used languages
    Kotlin
    90.0 %
    Swift
    5.0 %
    Java
    5.0 %
  • Location πŸ‡¦πŸ‡ͺ United Arab Emirates
  • Country Total Rank 867
  • Country Ranking
    Kotlin
    26
    Swift
    140
    Java
    517

Top repositories

1

DevBytesApp

DevByte Viewer is an example app that showcases using Room and a Repository to create an offline cache. In addition, it also covers how to use WorkManager for scheduling periodic work. In this app it's used to setup a daily background data sync.
Kotlin
1
star
2

MiniPaint

This A Mini Paint App that Allows the User to Draw on the screen using Touch
Kotlin
1
star
3

android-testing

Unit-Testing: android application used demonstrate unit testing on clean MVVM Architecture, theTO-DO Notes is an app where you to write down tasks to complete. The app displays them in a list. You can then mark them as completed or not, filter them and delete them.
Kotlin
1
star
4

Fire-base-Login

Sample App Using FireBase Social Login to handle the app behavior, and give Simple facts depending on the user selected settings about Android or California State.
Kotlin
1
star
5

Music-Player

Music Player App Built using Swift.
Swift
1
star
6

Traveling-App

Kotlin
1
star
7

SleepingTracker

SleepTracker App is an example of implementing the the Room Data Base as Google Developers Recommend
Kotlin
1
star
8

Online-Photos-Galary

An online gallery that fetches Images from image API and Displays them on a grid Recyclerview. with a view Pager.
Java
1
star
9

GdgFinderApp

Kotlin
1
star
10

LoadApp-Prject

Design an App with Application Loading Status And Notification
Kotlin
1
star
11

Notifications

Simple App That Use Notifications in order to remind the user when the eggs cooking finished
Kotlin
1
star
12

GoogleMapsBasics

This project is a demonstration of how to: Obtain an API key. Integrate a Google Map in your app. Display different map types. Style the Google Map. Add markers to your map. Enable the user to place a marker on a point of interest (POI). Enable location tracking.
Kotlin
1
star
13

Animation-App

Simple App Example that uses Fantastic Animation on a Star, Fading, Showering, Translating position or rotating .. etc
Kotlin
1
star
14

PassportPhotoCompressor

This app is a two screens app that allows the user to take/upload a photo from the phone and compress that size of the image as passport image, it's build using react-native with typescript.
1
star
15

Adidas-App

List Products And Products Details Views, Allowing the Customer To Add Reviews, MVVM Arch, Coroutine, ViewBinding, Kotlin
Kotlin
1
star
16

Motion-layout-example

This App is an example showing how to use the motion layout instead of constraint layout to animate the views
Kotlin
1
star
17

location-reminder

In this project, you will create a TODO list app with location reminders that remind the user to do something when the user is at a specific location. The app will require the user to create an account and login to set and access reminders.
Kotlin
1
star
18

Political-Preparedness-Final

PolitcalPreparedness is an example application built to demonstrate core Android Development skills as presented in the Udacity Android Developers Kotlin curriculum. This app demonstrates the following views and techniques: - [Retrofit](https://square.github.io/retrofit/) to make api calls to an HTTP web service. - [Moshi](https://github.com/square/moshi) which handles the deserialization of the returned JSON to Kotlin data objects. - [Glide](https://bumptech.github.io/glide/) to load and cache images by URL. - [Room](https://developer.android.com/training/data-storage/room) for local database storage. It leverages the following components from the Jetpack library: - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - [Data Binding](https://developer.android.com/topic/libraries/data-binding/) with binding adapters - [Navigation](https://developer.android.com/topic/libraries/architecture/navigation/) with the SafeArgs plugin for parameter passing between fragments
Kotlin
1
star
19

AsteroidRadarApp

Asteroid Radar is an app to view the asteroids detected by NASA that pass near Earth, you can view all the detected asteroids given a period of time with data such as the size, velocity, distance to earth and if they are potentially hazardous. In this project, I am showing skills such as fetching data from the internet, saving data to a database, and display the data in a clear, compelling UI. You will need the NEoWs API which is a free, open source API provided by NASA JPL Asteroid team, as they explain it: β€œIs a RESTful web service for near earth Asteroid information. With NeoWs a user can: search for Asteroids based on their closest approach date to Earth, lookup a specific Asteroid with its NASA JPL small body id, as well as browse the overall data-set.” The resulting output of the project will be two screens: a Main screen with a list of all the detected asteroids and a Details screen that is going to display the data of that asteroid once itΒ΄s selected in the Main screen list. The main screen will also show the NASA image of the day to make the app more striking.
Kotlin
1
star
20

Mars-real-state-app

Displaying images and date for mars real state using retrofit and MVVM arch
Kotlin
1
star
21

Movie-Streaming

Kotlin
1
star