My immediate need is to take a peek at the source for EditTextPreference and see what I need to do to implement support for preferences with more structure. Can I run Git or repo under cygwin perhaps? Is there an easier way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Source Code is provided by the Android Open Source Project.
Inside the Page (Tab ‘Source’ -> Left Menu “Browse Source”) you find a link to browse the Source. The link will lead you to a git repository. There is a “search” field and I found ‘EditTextPreference’ using this field with the ‘grep’ option.