I have a blog link (https://truecaller.blog/2018/01/22/life-as-an-android-engineer/) I need to fetch the text from this blog and show some parts of it on the android screen. For eg:
1:Find the 10th character and display it on the screen
2:Find every 10th character (i.e. 10th, 20th, 30th, etc.) and display the array on the screen