Please complete src/main/java/com/bytelegend/Challenge.java's convert() method, which converts Object[] to int[]. Given an array containing any objects Object ...
I came across to the many questions asking about to store some kind data in Shared-preferences such as String[] array. Many of these questions are answered with "Use a database". But here i will show ...
Firts type converts integer arrays to their yaml-strings representations. Second type gets string in yaml-format and tries to convert it to an integer array.