Tagged articles
2 articles
Page 1 of 1
vivo Internet Technology
vivo Internet Technology
Oct 20, 2021 · Mobile Development

Understanding AAPT2: Android Resource Compilation and the FLAT File Format

AAPT2, the default Android resource compiler, splits resource processing into compile and link stages, converting XML, PNG, and other files into binary FLAT containers that embed both raw data and metadata, enabling incremental builds, configurable options, and efficient merging into the final APK’s resources.arsc and R.java.

AAPT2AndroidIncremental Build
0 likes · 25 min read
Understanding AAPT2: Android Resource Compilation and the FLAT File Format
Programmer DD
Programmer DD
Jun 14, 2017 · Backend Development

Mastering Spring Batch: Read & Write Flat Files (XML, CSV, TXT)

This tutorial walks through using Spring Batch to read and write flat files—including CSV, TXT, and XML—by configuring Maven dependencies, setting up a Spring Boot project structure, and implementing FlatFileItemReader, FlatFileItemWriter, and custom ItemProcessor components with concrete code examples.

CSVSpring BatchXML
0 likes · 8 min read
Mastering Spring Batch: Read & Write Flat Files (XML, CSV, TXT)