HorizontalScrollView with images and images should me marked or unmarked by the user. As you can see in the attached image,User can select two images at a time. Please see the attached image.
            Asked
            
        
        
            Active
            
        
            Viewed 37 times
        
    -1
            
            
        - 
                    include your Navigation class – Balaji Krishnan Feb 08 '16 at 15:21
 - 
                    they only allow me 2 images to put – Asad Ali Feb 08 '16 at 15:28
 - 
                    edit your question and paste the code - not as image – Balaji Krishnan Feb 08 '16 at 15:29
 - 
                    Check this question again.Thanks for your help – Asad Ali Feb 08 '16 at 15:40
 - 
                    there is no code in the question now. If i remember right, based on the stack trace pic you linked earlier, the error was with Navigation class (fragment) did not create any view. – Balaji Krishnan Feb 08 '16 at 15:46
 - 
                    how can i create view – Asad Ali Feb 08 '16 at 15:58
 - 
                    hmm.... have a look at http://stackoverflow.com/questions/18307533/fragment-did-not-create-a-view – Balaji Krishnan Feb 09 '16 at 08:03
 - 
                    Thanks for your help the issue is resolved the reason for this is that my fragment not creating any view. – Asad Ali Feb 09 '16 at 15:39
 - 
                    HorizontalScrollView with images and images should me marked or unmarked by the use. As you can see the in the attached images,user can select two images at a time. Please see the attached image. – Asad Ali Feb 17 '16 at 12:28
 
1 Answers
0
            
            
        Check your dependencies in the build.gradle file. Different versions of support library may be cause.
For example
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:design:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
compile 'com.android.support:cardview-v7:22.0.+'
compile 'com.android.support:recyclerview-v7:22.0.+'
If any library uses another version like
compile 'com.android.support:support-v4:23.0.1'
This may be cause of error.
        ersinyildiz
        
- 328
 - 1
 - 2
 - 14