Mobile ApplicationCompleted
Getir Clone: Android UI Replication
A native Android app that recreates the Getir home screen pixel for pixel, built in Java with classic Android Views and XML layouts as a focused UI exercise.
DeveloperMustafa Kürşad Başer
Started: Oct 2023Completed: Oct 2023

Getir Clone is a native Android app that rebuilds the Getir home screen using Java, Android Views, and XML layouts. The point of the project is the UI work itself: nesting layouts cleanly, reusing components across sections, getting spacing and color exactly right, and keeping scroll performance smooth on the kind of mixed-content home screen Getir actually ships.
What was rebuilt:
- Faithful copy of the Getir home page layout, from the top header through the category grid, banners, and product rails
- The same vertical rhythm and spacing the original uses, which is harder than it looks in pure XML
- Component reuse across the repeating sections so the layout stays maintainable
Stack:
- Java
- Native Android with Android Views and XML layouts (no Compose, deliberately)
- Standard Android architecture patterns
The project is intentionally scoped to UI rather than backend or business logic. It is useful as a reference for working in pure XML and Views in a codebase where Compose is not yet on the table.




