android10 /
Android-CleanArchitecture-Kotlin
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
80/100 healthLoading repository data…
Tc2r1 / repository
This is an Open Sourced Programming Quiz Project to help people practice for interviews. We are redesigning the application for use with all languages. Open for help!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.
(Type "!assign" in a comment under issues to be assigned an issue)
I have worked really hard to create a variety of ways in which everyone contribute to this project, there should be multiple directions any skill level can go in with this project. Below are a few different ways all skill levels and programmer types can contribute.
Contributors submitting low- or non-code content to projects should create a PR/MR to track it
Click Here to Create a Pull Request
LOG YOUR NON-CODE CONTRIBUTION IN THE CONTRIBUTIONS.MD FILE
[language]_cheatsheet_[username].mdInside this file, create a cheatsheet that others can use to help them study for interviews.
and-summit-22-notes with your thoughts on what you found interesting that was discussed during Android Summit 2022readme.md in the root folder.Click Here to Create a Pull Request
Want a challenge? Here you will rebuild the project with options to use the supplied UI. You will focus on showing off a few different libraries and an architecture of your choice (MVP, MVC, MVVM, HILT, Coroutines, etc etc etc endless possibilities) To show other developers different ways in which these things can be combined to build the quiz application. Please focus on and gain experience with the repository layer, dependency injection, view models, and whatever else you like! Lets see how many different modules we can create!
navigate to https://github.com/Tc2r1/DevInterview_Questions/tree/master/Interview_Prep_App/
decide if you want to work in Native_Java or Native_Kotlin, or something else (for something else skip to 6b) open the folder you choose.
Fork the repo and create a branch to save your work to.
copy the template application folder, paste it into native_kotlin folder, and rename it based on what your project will showcase. for example "retrofit, coroutines, viewmodel, jetpack compose" along with your username (IE: retrofit2_tc2r1)
Open the "Interview_Prep_App" folder in android studio and add your module to the settings.gradle file.
Rename the module id com.interviewprep.unique_folder_name_from_step_3 6b. For those who want to work in something besides native android, create a
folder with your application type in Interview_Prep_App folder: "SwiftUI" "Html5" etc.
Use your skills and libraries of choice to recreate the project.
Pull latest changes from master branch into your branch and resolve all merge conflicts.
Open Contributors.md file and add your name and relevant information.
Add a README.md to the base of your project folder/ module that list what makes your version of the quiz app special (aka libraries you used, patterns, languages, etc)
Create a PR (With detailed information and images if possible of your work)!
Your PR will be reviewed, after resolving all request, your PR will be accepted
CELEBRATE GOOD TIMES COME ON!!
RINSE REPEAT! You're a fireball!
Want to get your hands wet with some programming? Look at the open issues and find one that allows you to contribute to one of the modules! These will vary but should be easy enough.
We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers
If you'd like to contribute to questions.json:
Fork this repo
Navigate to the language folder you would like to contribute to.
Open Questions, here copy the last item in the list, and fill in each label.
id: incremental number.
question: An interview question.
details: An in depth answer of the question, no more than 150 characters.
questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.
trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.
shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters
tag: A one word tag that specifies what part of a project your question is in reference to.
Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark. Example: Please Make sure to start " shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."
{ "id": 0,
"question": "What is Android?",
"details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",
"questionType": "multi",
"trueOrFalse": false,
"shortAns": "It is a stack of software for mobile devices.",
"tag": "android" },
{
"id": 1,
"question": "The Android Operating System runs on many different devices?",
"details": "Android operating system devices — including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",
"questionType": "bool",
"trueOrFalse": true,
"shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",
"tag": "Operating System"
}
Open Contributors.md file and add your name and relevant information.
Make Pull Request.
Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is " a cat" then say "It is a cat."
If you'd like to contribute to answers.json:
answer: A topic with a basic small description. details: Detailed Information on the subject supplied in Answer, no more than 150 characters.
Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark. Example:
{
"answer": "**It is** everything you can see on the screen of the app.",
"details": "Think of the individual UI elements like buttons, labels, and text fields."
},
{
"answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
"details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
}
4. Open Contributors.md file and add your name and relevant information. 5. Make Pull Request.
📢 **Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free
Selected from shared topics, language and repository description—not editorial ratings.
android10 /
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
80/100 healthandroid10 /
This is a sample app that is part of blog posts I have written about how to test android applications using Kotlin.
59/100 healthhasancse91 /
This is a practice repository of Android Firebase Push Notification with PHP Backend. I wrote a blog post about this topic on my Bengali blog site.
64/100 healthMarvel999 /
This is real-world API implementation. this a blog kind of Android App. This App is made for opensource.
37/100 healthhasancse91 /
There is a Bengali Tutorial blog post for this repository. If you understand Bengali then check it out.
38/100 healthMohamedElgohary88 /
Welcome to the Blog Multiplatform project! This repository contains the code for a full-featured blog platform that includes two websites (admin and user) and an Android application. The backend is powered by Kobweb and MongoDB, with amazing animations implemented across the entire project to enhance the user experience.
34/100 health