Posts by Chen H. Shih • 31 points
1 post
-
3
votes0
answers25
viewsQ: Application does not create file in external memory
I’m using the following code: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_pdftest); Button Btgerar = (Button)…