Mohyddine Al-lahham's repositories

Marvel-Characters

This Project shows a list of Marvel characters.

Language:KotlinStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Posts-App

First page: Activity that holds an array of posts retrieved from a dummy web-service you will be given. Second page: Activity that holds details of this post. A floating action button in the first page that opens bottom sheet fragment to create a post once, when you use the create post api you should load the object returned from the response manually, don't call the getPost api again since it wont return the newly created post. Edit your post api you can only edit the posts retrieved by the getPost api if you create a new post you cannot edit it. Delete api when called will return an empty array, you need to delete the post from the list manually after calling the api.

Language:KotlinStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:0Issues:0

Fake-API

Fake API

Stargazers:0Issues:0Issues:0
Language:KotlinStargazers:1Issues:0Issues:0

inmobilestest

1. I need a small application, that first make a single API GET request to https://api.github.com/search/repositories?q=created:>2019-11-01&sort=stars&order=desc&page=0 2. Display the result in a list: Data to display: a. From parent object: id, name, full_name b. From “owner” object: id, login, avatar_url 3. Display a single selection from the listing in another view, it could be an activity or fragment or fragment dialog (on item clicked, go to another view) . 4. Add a Header Layout that display a timer that count the time while the application is opened. 5. Add a toggle button that toggles the list between a. Default order (same order fetched from API) b. Ascending order by owner id Use a sorting algorithm of your choice without relying on predefined sorting from the native Java classes/functions. 6. Bonus : handle pagination by incrementing the value of “page” param in the request, while taking into consideration point 5 for displaying the newly fetched items(items sorting)

Language:KotlinStargazers:0Issues:0Issues:0

GitHubReposTask

The task is to implement a small App that will list the most starred Github repos that were created in the last 30 days. Fetching the sorted JSON data directly from the Github API.

Language:KotlinStargazers:0Issues:0Issues:0

New-York-Times-Top-Stories

The app should allow the user to see a list of the top stories by New York Times.

Language:KotlinStargazers:0Issues:0Issues:0