Giter VIP home page Giter VIP logo

unacademy-android's Introduction

Unacademy Clone

Installation

Install Android Studio based on the OS you are using.

Execution

After downloading the project in the local machine, Follow the steps below:

1. Open project folder in the Android Studio: File --> Open --> (Select the project folder)
2. For executing the app: Run --> Run 'app'. 

All the files will be compiled and once the build is completed successfully, your app will be installed in the Emulator.

Structure

/java/com/unacademyclone will contain all the java files.

/activity folder contains implementation logic of all the pages in the application.

/adapter folder contains logic for rendering different types of list views. i.e If you have Array of objects with size 10, this Adapter files will help you to convert the data object into the UI which represents the particular row.

/fragment folder contains logic for the fragments which are present inside the each activities.

/model folder contains classes with setter and getter functions for each attributes inside the class.

Java:

/unacademyclone
  ├─ /activity
  │   ├─ GoalsActivity.java
  │   ├─ MainActivity.java
  │   ├─ PostActivity.java
  │   ├─ SearchAutoCompleteActivity.java
  │   ├─ UserProfileActivity.java
  │
  ├─ /adapter
  │   ├─ AllTopicsItemAdapter.java
  │   ├─ CollectionItemAdapter.java
  │   ├─ CourseAdapter.java
  │   ├─ EducatorAdapter.java
  │   ├─ GoalAdapter.java
  │   ├─ GoalFeedItemAdapter.java
  │   └─ StoryAdapter.java
  │   └─ TopicGroupItemAdapter.java
  │
  ├─ /fragment
  │    ├─ HomeFragment.java
  │    ├─ MyLibraryFragment.java
  │    ├─ PlusFragment.java
  │    ├─ ProfileFragment.java
  │
  ├─ /model
  │   ├─ AllTopicsItem.java
  │   ├─ CollectionItem.java
  │   ├─ CourseItem.java
  │   ├─ Educator.java
  │   ├─ Goal.java
  │   ├─ Story.java
  │   ├─ StoryAuthor.java
  │   ├─ TopicGroupItem.java
XML:

/res/layout/ folder contains XML files which specifies the styles and alignment of UI elements.

/res
  ├─ /layout
  │   ├─ activity_goals.xml
  │   ├─ activity_main.xml
  │   ├─ activity_post.xml
  │   ├─ activity_search_autocomplete.xml
  │   ├─ activity_user_profile.xml
  │   ├─ fragment_home.xml
  │   ├─ fragment_my_library.xml
  │   ├─ fragment_plus.xml
  │   ├─ fragment_profile.xml
  │   ├─ row_all_topics.xml
  │   ├─ row_collection_item.xml
  │   ├─ row_course.xml
  │   ├─ row_educator.xml
  │   ├─ row_goal.xml
  │   ├─ row_goal_feed_item.xml
  │   ├─ row_story.xml
  │   ├─ row_topic_group_item.xml  

Glossary

The list below contains some of the basic terminology in Android development and their equivalent in Web Application development.

Android App   <--->   Web App

.xml File     <--->   .html File
.java File    <--->   .js File
Activity      <--->   HTML page like index.html, profile.html
Fragment      <--->   <frame />

Screenshots

unacademy-android's People

Contributors

gopalakrishnan-v avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.