2016 years, a new year, a new beginning.
The Technology blog Android client is also slowly perfecting the
First
Main additions:
1.CSDN blog post list and details
2. Slide the new system settings
3. System settings new offline cache, default cache 50 page data
Code style adjustment display in 4.TextView
Mainly related to knowledge points:
1. Local Data cache SQLite
2. Local cache reads and clears the system cache "app cache and memory footprint and file cache, and Database Cache"
Pending Completion:
1. Picture loading and disabling
2. Article Comments List
3. Article sharing
4. Local collection of articles
This section of code for the TextView code snippet processing, selected from the online section of code, as follows:
/** * Handles code display issues. * * @param HTML elements for chapter chapter content. * /private void Handlerpretag (Element chapter) { Elements preelems = Chapter.select ("pre"); for (Element elem:preelems) { elem.html (elem.html (). ReplaceAll ("\ n", "<br/>"). ReplaceAll ("", " ")); } }
Forget the specific link, although the final replacement of the processing form, but the reference to this processing mode, in this expressed thanks.
Program Ape Technology Blog Android client--CSDN article