How to make my own Android custom calendar?

How do I make an Android calendar app?

  • Hello, I recently began android development and wanted to start a calendar app for fun and to learn the basics of android development. I am descent at Java, but I have no experience with android development. What type of layouts should I review and learn in order to make a calendar app? Also, I am 17 years old and don't work, so I have a lot of time on my hands..

  • Answer:

    Grid layout would probably be the best for making your calendar grid. Possible tabviews for months? There is a whole list of views on the android developer documentation website. Also checkout http://www.androidviews.com for some custom view elements and check this out http://www.androidviews.net/2013/03/timessquare-for-android/. Learning android isn't a one step process even if you know java since all layouts are written in xml and have to work for multiple devices. If you don't have lots of time/patience, you wont be able to learn Android well enough. I am also 17, but 14 when I first started making apps, and there was a lot of learning involved.

Quora User at Quora Visit the source

Was this solution helpful to you?

Other answers

Hello, as a experienced Android Developer I would not recommend you to start with a calendar App. You would need to deal with complex layouts and be distracted of learning the base components of every Android App. I think you should start writing an App that contains: - Networking/REST consuming, I would choose some open API, like Dribble for instance and build an App to visualize it´s content, Retrofit with OkHttp  and Gson (already embeded into Retrofit) is almost standard for Rest Consuming and JSON deserialization. - ArrayAdapter of your model showing it on a RecyclerView (list of content being show with reusable views, thats the job of the couple Adapter/AdapterView). - Try to use a Fragment to show the detail of the item in the list. I think with this you will learn the more common core components.

Samuel Barbosa

android by default provide calendar view you can use that and customize calendar by your own.you can also use some third party calendar view which are available on github and http://android-arsenal.com site.

Prashant Jondhale

Hello There,Following are the steps to make calender: Let Calendar’s event editor fill in the blanks Set a default duration for your events Add automatic alarms for your events Set up repeating events Show more calendar events on the screen Pick new colors for your calendars and events Set aside some “me time” Start the week on a day other than Sunday Quickly delete an event or check off a to-do But you can easily built your own app by hiring or consulting professional developer by contacting http://www.techverx.com/I have experienced over here and got positive response.

Mirza Shehreyar

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.