Skip to content

Commit

Permalink
Added Publish an App part in Android (dipakkr#134)
Browse files Browse the repository at this point in the history
* Add Publish Apps in Android

* Add Publish Apps in Android

* Add Publish Apps in Android

* Add Publish Apps in Android

* Add Publish Apps in Android

* Added crash course in Python Course

* Delete 30daysofPython.md

* Update Python.md
  • Loading branch information
fineanmol authored and dipakkr committed Oct 7, 2018
1 parent 5684330 commit 78e9449
Show file tree
Hide file tree
Showing 31 changed files with 115 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
4. Podcast
5. Blog
6. References
7. Publish

## 1. Courses

Expand Down Expand Up @@ -44,4 +45,20 @@

+ [Android Developer Page](https://developer.android.com/)
+ [Android Jetpack](https://developer.android.com/jetpack/)
+ [Material Design](https://material.io/)
+ [Material Design](https://material.io/)

## 7. Publish
+ [Google Playstore](https://play.google.com/apps/publish/) *[Paid]* [Click here for steps](res/Publish.md)
+ [Amazon App Market](https://www.amazon.com/b?node=2350149011) *[Free]*
+ [APTOIDE](https://www.aptoide.com/page/publishers) *[Free]*
+ [Appszoom](http://www.appszoom.com/developers) *[Free]*
+ [GETJAR](http://developer.getjar.mobi/) *[Free]*
+ [Opera Mobile Store](https://publishers.apps.opera.com/) *[Free]*
+ [ Mobango](http://developer.mobango.com/view/homedeveloper.php?developerHeader=1) *[Free]*
+ [SlideME](http://slideme.org/developers) *[Free]*
+ [1MOBILE](http://slideme.org/developers) *[Free]*
+ [Post your project and get in touch with top mobile app development companies](https://www.appfutura.com/app-projects) *[Free]*
+ [C.Net](https://www.amazon.com/b?node=2350149011) *[Free]*
+ [Appsgeyser](https://www.appsgeyser.com/create/start) *[Free]*


95 changes: 95 additions & 0 deletions Publish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
## How can I publish My Android App by myself?
Follow below mentioned steps to easily publish your Android app on Google Play Store by yourself:

**Step 1**: Go to Google Play Console ( https://play.google.com/apps/publish/ )

**Step 2**: If you have a Google Developer account, login, else Signup


**Step 3**: Click on **PUBLISH AN ANDROID APP ON GOOGLE PLAY** button
![Image](res/images/1.png)

**Step 4**: Create Application dialogue box will appear. In the Title field, enter your **application name**, and click on Create button

![Image](res/images/2.png)

**Step 5**: Go to **Store Listing**. You will see Product Details, enter a **Short Description** and **Full Description** for your application here
![Image](res/images/3.png)

**Step 6**: Scroll down, and Click on **Browse Files** button to add at least one phone screenshot of your application. In **Hi-res icon, upload your App icon, and in Feature graphic**, you can upload any image of your app (like, Company Logo or Splash Screen)
![Image](res/images/4.png)

**Step 7**: Next comes **Categorization**. Here, you need to **select Application Type & Category, and apply for Content Rating**

![Image](res/images/5.png)
**Step 8**: In **Contact Details**, you need to provide an **email address** where you may be contacted. If you want, you can also provide your website as well as phone number here
![Image](res/images/6.png)

**Step 9**: Next up **Privacy Policy**. If you want to provide the **privacy policy URL** of your application now, enter it here, else tick-mark the checkbox for submitting it later on
![Image](res/images/7.png)

**Step 10**: Go back to the top and click on **SAVE DRAFT** button
![Image](res/images/8.png)

**Step 11**: Click on **App Releases** menu present on the left-hand side panel, and then click on **MANAGE**
![Image](res/images/9.png)
**Step 12**: Now click on **CREATE RELEASE** button
![Image](res/images/10.png)



**Step 13**: Click on **Opt-Out button**

![Image](res/images/11.png)
**Step 14**: Now click on **Confirm**
![Image](res/images/12.png)

**Step 15**: Click on **Browse Files** button to add Android App Bundles and APKs
**Note**: You can download the app’s apk file from yourAppy Pieaccount. Go to **My Apps >> Test App >> Android**
![Image](res/images/13.png)


**Step 16**: Click on **Content rating** menu present on the left-hand side panel and then click on **CONTINUE button**
![Image](res/images/14.png)

**Step 17**: Here, you need to provide your **Email address**. Once the email address is confirmed select appropriate **Category** of your app
![Image](res/images/15.png)

**Step 18**: Next comes a few questions related to your app, complete this **Questionnaire** by selecting **Yes** or **No**, and then click on **CALCULATE RATING** button to continue
![Image](res/images/16.png)

**Step 19**: It will take you to the **Questionnaire** summary section, scroll down and click on **APPLY RATING** button
![Image](res/images/17.png)

**Step 20**: Click on **Pricing & Distribution** menu present on the left-hand side panel and select the appropriate option, to list your app on Google Play as **PAID** app or **FREE** app
![Image](res/images/18.png)

**Step 21**: If you have selected **Paid** option (as mentioned in the previous step) then click on add a price and provide the price of your app. If you have selected **Free** option (as mentioned in the previous step) then skip this step
![Image](res/images/19.png)

**Step 22**: Click on **MANAGE COUNTRIES** button, and select the countries where you want your app to be available to the users
![Image](res/images/20.png)

**Step 23**: In **Primarily Child-Directed**, select No if your app is not directed towards children, else select YES. If your app contains ads, then click on **Yes, it has ads else**, select **No, it has no ads**
![Image](res/images/21.png)

**Step 24**: Tick-mark the checkboxes - **Marketing opt-out, Content guidelines, US export laws**
![Image](res/images/22.png)

**Step 25**: Now, Go to Store Listing, and click on **Ready to Publish button**
![Image](res/images/23.png)

**Step 26**: Click on **Manage Releases**
![Image](res/images/24.png)

**Step 27**: Click on **Edit Release**
![Image](res/images/25.png)

**Step 28**: Click on **Review**
![Image](res/images/26.png)

**Step 29**: Click on **Start Rollout to Production**
![Image](res/images/27.png)

**Step 30**: If your app status changed to **Pending publication**, it means your app is successfully submitted on Google Play
![Image](res/images/28.png)
2 changes: 2 additions & 0 deletions Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
## 1. Python Basics
+ <a href = "https://anh.cs.luc.edu/331/notes/PythonBasics.pdf"> Python Basics</a>



## 2. Socket Programming
+ <a href = "https://realpython.com/python-sockets/"> Socket Programming in Python Basics</a>
+ <a href="https://www.geeksforgeeks.org/socket-programming-multi-threading-python/"> Socket Programming with Multithreading in Python</a>
Expand Down
Binary file added res/images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/27.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/images/7.png
Binary file added res/images/8.png
Binary file added res/images/9.png

0 comments on commit 78e9449

Please sign in to comment.