I'm trying to schedule on Android a specific part of my code to be run every week (or every number of days, but set manually...). The thing is: I've been looking to the AlarmManager class, but I don't know if maybe the problem is that I don't know how to use it or what, but I don't know how to schedule part of my code to be launched every week.
Any help please?