It doesn't prevent you from selling your app on the market or anywhere else.
However the source code must be available to everyone who bought it and you cannot prevent copying and modification.
An important thing about GPL is that there are no such thing as "end users" : you have no more rights than your users. For example they can take your app, modify (or not) it and publish it under another name as long as they include the (modified) source code. This is called "forking".
However you still own your code. It means that it you are the only developer, you can change the license of future releases. But keep in mind that switching to something more restrictive can result in forking.